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
pnpm publish
1 parent c5f92f4 commit 4689bd7Copy full SHA for 4689bd7
.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