Skip to content

Commit

Permalink
Merge pull request #111 from sablier-labs/ci/deploy-verify-flag
Browse files Browse the repository at this point in the history
ci: pass "verify" flag in deploy scripts
  • Loading branch information
PaulRBerg committed Jun 25, 2023
2 parents d0a484b + 32d5776 commit 453a35e
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 @@ -44,6 +44,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 @@ -44,6 +44,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 @@ -43,6 +43,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 @@ -39,6 +39,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 453a35e

Please sign in to comment.