Skip to content

Commit

Permalink
Fixing NPM-publish workflow (#519)
Browse files Browse the repository at this point in the history
Allowing NPM-publish from any branch
  • Loading branch information
arboleya authored Jul 25, 2023
1 parent 60bf153 commit 20f1e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: pnpm -C .npm publish -r --access public
run: pnpm -C .npm publish -r --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 20f1e9b

Please sign in to comment.