Skip to content

Commit

Permalink
Fix release CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Dec 27, 2022
1 parent 2271c91 commit fb564ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:

- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fb564ca

Please sign in to comment.