Skip to content

Commit a5794ef

Browse files
committed
Merge branch 'develop' into release
2 parents bed9a06 + 6ea0f66 commit a5794ef

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)