Skip to content

Commit 839da6a

Browse files
committed
fix: remove unnecessary flag from verification command in sharing-smart-contract deployment workflow
1 parent fc617a9 commit 839da6a

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 }} --include-unrelated-contracts
116+
npm run verify:ignition -- --network ${{ inputs.network }}
117117
118118
- name: Save deployment artifacts
119119
if: inputs.network != 'hardhat'

0 commit comments

Comments
 (0)