We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa00ca2 commit 6ea0f66Copy full SHA for 6ea0f66
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
39
- run: node typescript/npm/beforePublish.mjs
40
- - run: pnpm publish --access public
+ - run: pnpm publish --access public --no-git-checks
41
working-directory: typescript
42
43
0 commit comments