Skip to content

Commit

Permalink
ci: add --no-git-checks for pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Jun 24, 2024
1 parent 67c00af commit 4f47d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
pnpm install
pnpm build
pnpm publish
pnpm publish --no-git-checks
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4f47d88

Please sign in to comment.