Skip to content

Commit

Permalink
Skip branch check in npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Sep 26, 2024
1 parent e464d79 commit ed36996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: pnpm run build # Adjust if your build command is different

- name: Publish package
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit ed36996

Please sign in to comment.