Skip to content

Commit

Permalink
Fix npm publish (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Nov 20, 2024
1 parent e516274 commit 97c5aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
make pack
- name: Publish
if: github.event_name == 'release'
run: pnpm publish seqsense-pcdeditor-${PACKAGE_VERSION}.tgz
run: pnpm publish seqsense-pcdeditor-${PACKAGE_VERSION}.tgz --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97c5aa6

Please sign in to comment.