Skip to content

Commit

Permalink
fix: use --no-git-checks flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Dec 6, 2024
1 parent 0b3c41c commit 5b3e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: pnpm install
- run: pnpm run build
- run: pnpm publish --access public --publish-branch main
- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.HTSGET_RS_DEPLOY_PUBLISH_TOKEN }}

0 comments on commit 5b3e25d

Please sign in to comment.