Skip to content

Commit

Permalink
fix: add --no-git-checks to npm-publish-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Apr 2, 2024
1 parent bbf225e commit cb45843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
github-release-tag-name: ${{ github.ref_name }}
github-release-changelog-path: "contracts/CHANGELOG.md"
create-github-release: true
publish-command: "pnpm publish-prod --dry-run"
publish-command: "pnpm publish-prod --no-git-checks --dry-run"
package-json-directory: contracts

- name: Collect Metrics
Expand Down

0 comments on commit cb45843

Please sign in to comment.