Skip to content

Commit 7e10559

Browse files
committed
ci: disable git checks during publish in release workflow
1 parent 71b5888 commit 7e10559

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
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2828

2929
- run: pnpm install
30-
- run: pnpm publish -r --access public
30+
- run: pnpm publish -r --access public --no-git-checks
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3333
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)