Skip to content

Commit

Permalink
fix: disable git checks during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Aug 27, 2024
1 parent fc63785 commit ff13019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: pnpm test

- name: Publish
run: pnpm publish -r --dry-run --access public
run: pnpm publish -r --dry-run --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ff13019

Please sign in to comment.