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 70cc8b3 commit 9069cf4Copy full SHA for 9069cf4
.github/workflows/npm-publish-github-packages.yml
@@ -33,6 +33,6 @@ jobs:
33
node-version: 20
34
registry-url: https://npm.pkg.github.com/
35
- run: pnpm i
36
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments