Skip to content

Commit ed4466a

Browse files
committed
fix: Update pnpm publish command to skip git checks
1 parent e6cbc7d commit ed4466a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3434

35-
- run: pnpm publish
35+
- run: pnpm publish --no-git-checks
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

0 commit comments

Comments
 (0)