Skip to content

Commit

Permalink
chore: remove --dry-run from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Apr 4, 2024
1 parent cb45843 commit 0e445c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
with:
npm-token: ${{ secrets.NPM_TOKEN }}
create-github-release: false
publish-command: "pnpm publish-beta --no-git-checks --dry-run"
publish-command: "pnpm publish-beta --no-git-checks"
package-json-directory: contracts

- name: Collect Metrics
Expand Down 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 --no-git-checks --dry-run"
publish-command: "pnpm publish-prod --no-git-checks"
package-json-directory: contracts

- name: Collect Metrics
Expand Down

0 comments on commit 0e445c8

Please sign in to comment.