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 9e263ef commit a26543fCopy full SHA for a26543f
.github/workflows/publish.yml
@@ -19,6 +19,6 @@ jobs:
19
cache: "pnpm"
20
21
- run: pnpm i
22
- - run: pnpm publish --access public
+ - run: pnpm publish --access public --no-git-checks
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments