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 2abd6e3 commit f62c723Copy full SHA for f62c723
.github/workflows/publish_to_npm.yml
@@ -21,6 +21,6 @@ jobs:
21
22
- run: pnpm install
23
- run: pnpm run build
24
- - run: pnpm publish --access public
+ - run: pnpm publish --access public --no-git-checks
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments