Skip to content

Commit

Permalink
chore: skip pnpm git check on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 16, 2024
1 parent 6bc16b0 commit ae2255f
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 @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit ae2255f

Please sign in to comment.