Skip to content

Commit 0295693

Browse files
authored
Add --no-git-checks to publish script (#741)
1 parent 526a717 commit 0295693

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Run all tests
3030
run: pnpm test
3131
- name: Publish
32-
run: pnpm publish
32+
# Use `--no-git-checks` due to how GitHub Actions checks out
33+
run: pnpm publish --no-git-checks
3334
env:
3435
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}

0 commit comments

Comments
 (0)