We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e876c5 commit 7542e10Copy full SHA for 7542e10
.github/workflows/sharing-smart-contract-deploy.yml
@@ -113,7 +113,7 @@ jobs:
113
EXPLORER_API_KEY: ${{ secrets.EXPLORER_API_KEY }}
114
IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
115
run: |
116
- npm run verify:ignition -- --network ${{ inputs.network }}
+ npm run verify:ignition -- ${{ steps.deploy.outputs.deployment-id }} --network ${{ inputs.network }}
117
118
- name: Save deployment artifacts
119
if: inputs.network != 'hardhat'
0 commit comments