Skip to content

Commit

Permalink
Disable git checks on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurrump committed Apr 13, 2024
1 parent e446aab commit be290bb
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 @@ -23,7 +23,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Publish package
working-directory: package
run: pnpm publish --provenance --access public
run: pnpm publish --provenance --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit be290bb

Please # to comment.