Skip to content

Commit

Permalink
ci: disable git checks of pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Jan 28, 2024
1 parent 6268cea commit 03f77fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Release
run: |
pnpm publish
pnpm publish --no-git-checks
pnpm exec release-it --no-increment --no-git --no.npm --github.release --ci --VV
sleep 1s
Expand Down

0 comments on commit 03f77fa

Please sign in to comment.