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 5b8bfc6 commit eb16691Copy full SHA for eb16691
.github/workflows/verify-upgrade.yml
@@ -33,5 +33,5 @@ jobs:
33
34
# Remove the deploy/ prefix
35
BRANCH_NAME=${BRANCH_NAME#deploy/}
36
- npx hardhat compile && npx hardhat verify-deployment --network $BRANCH_NAME
+ npx hardhat verify-deployment --network $BRANCH_NAME
37
working-directory: ./packages/solidity-contracts
0 commit comments