Skip to content

Commit

Permalink
fix(ci): disable git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Feb 17, 2024
1 parent d26af4e commit 5720138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
env:
NPM_CONFIG_PROVENANCE: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks

0 comments on commit 5720138

Please sign in to comment.