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 bad7092 commit cb0e5a0Copy full SHA for cb0e5a0
.github/workflows/deploy-smart-contracts.yml
@@ -61,6 +61,7 @@ jobs:
61
npm run deploy -- --network ${{ inputs.network }}
62
63
- name: Update config.json with ERC1538Proxy address
64
+ if: inputs.network != 'hardhat'
65
run: |
66
if [ -f "deployments/${{ inputs.network }}/ERC1538Proxy.json" ]; then
67
PROXY_ADDRESS=$(jq -r '.address' deployments/${{ inputs.network }}/ERC1538Proxy.json)
@@ -77,6 +78,7 @@ jobs:
77
78
fi
79
80
- name: Save deployment artifacts and updated config
81
82
uses: stefanzweifel/git-auto-commit-action@v5
83
with:
84
commit_message: "chore: save deployment artifacts for ${{ inputs.network }} (${{ inputs.environment }}, ${{ github.run_id }})"
0 commit comments