Skip to content

Commit

Permalink
ci: pass "verify" flag in deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 25, 2023
1 parent c174b31 commit 32d5776
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
--broadcast
--rpc-url "${{ inputs.chain }}"
--sig "run(address)"
--verify
-vvvv
"${{ inputs.admin }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
--broadcast
--rpc-url "${{ inputs.chain }}"
--sig "run(address)"
--verify
-vvvv
"${{ inputs.admin }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-proxy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
--broadcast
--rpc-url "${{ inputs.chain }}"
--sig "run(address)"
--verify
-vvvv
"${{ inputs.archive }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-proxy-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
forge script script/DeployProxyTarget.s.sol
--broadcast
--rpc-url "${{ inputs.chain }}"
--verify
-vvvv
- name: "Add workflow summary"
Expand Down

0 comments on commit 32d5776

Please sign in to comment.