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.
--no-git-checks
1 parent 647b010 commit 60565a1Copy full SHA for 60565a1
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
node-version: 'lts/*'
24
registry-url: 'https://registry.npmjs.org'
25
- run: pnpm install
26
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments