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 b67abd5 commit 28ece39Copy full SHA for 28ece39
.github/workflows/release.yaml
@@ -16,6 +16,6 @@ jobs:
16
with:
17
version: 10
18
- run: pnpm install
19
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments