Skip to content

Commit 6ea0f66

Browse files
committed
skip git checks...
1 parent aa00ca2 commit 6ea0f66

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
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3939
- run: node typescript/npm/beforePublish.mjs
40-
- run: pnpm publish --access public
40+
- run: pnpm publish --access public --no-git-checks
4141
working-directory: typescript
4242
env:
4343
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)