Skip to content

Commit 7542e10

Browse files
committed
fix: update verification command to include deployment ID in sharing-smart-contract deployment workflow
1 parent 3e876c5 commit 7542e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
EXPLORER_API_KEY: ${{ secrets.EXPLORER_API_KEY }}
114114
IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
115115
run: |
116-
npm run verify:ignition -- --network ${{ inputs.network }}
116+
npm run verify:ignition -- ${{ steps.deploy.outputs.deployment-id }} --network ${{ inputs.network }}
117117
118118
- name: Save deployment artifacts
119119
if: inputs.network != 'hardhat'

0 commit comments

Comments
 (0)