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 4b5da2d commit cf85807Copy full SHA for cf85807
.github/workflows/push-to-npm.yml
@@ -26,6 +26,6 @@ jobs:
26
27
- name: Publish
28
shell: bash
29
- run: pnpm publish --access public
+ run: pnpm publish --access public --no-git-checks
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments