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 e6cbc7d commit ed4466aCopy full SHA for ed4466a
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34
35
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
36
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38
0 commit comments