We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-git-checks
1 parent 526a717 commit 0295693Copy full SHA for 0295693
1 file changed
.github/workflows/publish.yaml
@@ -29,6 +29,7 @@ jobs:
29
- name: Run all tests
30
run: pnpm test
31
- name: Publish
32
- run: pnpm publish
+ # Use `--no-git-checks` due to how GitHub Actions checks out
33
+ run: pnpm publish --no-git-checks
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
0 commit comments