Skip to content

Commit

Permalink
ci: disable pnpm publish git check
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Jun 21, 2024
1 parent 60b6ee8 commit e2fd33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm run test:ci

- name: Publish package
run: pnpm publish --provenance --access public
run: pnpm publish --provenance --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.REACT_USE_PUBLISH_TOKEN }}
NPM_CONFIG_PROVENANCE: true

0 comments on commit e2fd33f

Please sign in to comment.