Skip to content

Commit

Permalink
fix: Update pnpm publish command to skip git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Apr 10, 2024
1 parent e6cbc7d commit ed4466a
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 }}

0 comments on commit ed4466a

Please sign in to comment.