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 bcfe50b commit 5869f2dCopy full SHA for 5869f2d
.github/workflows/provenance.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm install -g pnpm@latest
32
- run: pnpm install
33
- run: pnpm test
34
- - run: pnpm publish --provenance --tag latest --access public
+ - run: pnpm publish --provenance --access public --no-git-checks
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
SOCKET_CLI_DEBUG: ${{ inputs.debug }}
0 commit comments