Skip to content

Commit e4f6233

Browse files
committed
ci: disable pnpm git check
1 parent 2b25dca commit e4f6233

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
@@ -41,6 +41,6 @@ jobs:
4141
run: pnpm build
4242

4343
- name: Publish to npm
44-
run: pnpm publish
44+
run: pnpm publish --no-git-checks
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)