We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b308bc commit e109b40Copy full SHA for e109b40
.github/workflows/npm-publish.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: '18.x'
22
- run: pnpm install
23
- run: pnpm build
24
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
25
env:
26
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments