We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b01194 commit 8ef9001Copy full SHA for 8ef9001
.github/workflows/npm-publish.yaml
@@ -26,6 +26,6 @@ jobs:
26
- recursive: true
27
args: [--frozen-lockfile]
28
- run: pnpm compile
29
- - run: pnpm publish --access=public
+ - run: pnpm publish --access=public --no-git-checks
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments