Skip to content

Commit

Permalink
Add --no-git-checks to publish script (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Nov 8, 2022
1 parent 526a717 commit 0295693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Run all tests
run: pnpm test
- name: Publish
run: pnpm publish
# Use `--no-git-checks` due to how GitHub Actions checks out
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}

0 comments on commit 0295693

Please sign in to comment.