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 c69faf0 commit e4831e3Copy full SHA for e4831e3
.github/workflows/publish.yml
@@ -27,6 +27,6 @@ jobs:
27
28
- run: |
29
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
30
- pnpm publish --access public
+ pnpm publish --access public --no-git-checks
31
env:
32
NPM_CONFIG_PROVENANCE: true
0 commit comments