Skip to content

Commit

Permalink
add --no-git-checks to pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Nov 10, 2024
1 parent 331fa22 commit afe516f
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 @@ -120,4 +120,4 @@ jobs:

- name: Publish to npm
# if: steps.changesets.outputs.hasChangesets == 'false'
run: pnpm publish -r
run: pnpm publish -r --no-git-checks

0 comments on commit afe516f

Please sign in to comment.