Skip to content

Commit 085b5d8

Browse files
authored
Merge branch 'main' into release/subgraph-v3.1.0
2 parents d3097b7 + 8803fa5 commit 085b5d8

File tree

30 files changed

+237091
-7048
lines changed

30 files changed

+237091
-7048
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ jobs:
9393
npm run deploy -- --network ${{ inputs.network }} --deployment-id "$DEPLOYMENT_ID"
9494
fi
9595
96+
- name: Save deployment artifacts
97+
if: inputs.network != 'hardhat'
98+
uses: stefanzweifel/git-auto-commit-action@v5
99+
with:
100+
commit_message: 'chore: save deployment artifacts for ${{ inputs.network }} ${{ inputs.environment }} (${{ github.run_id }})'
101+
file_pattern: 'packages/smart-contract/ignition/deployments/*'
102+
commit_user_name: 'GitHub Actions Bot'
103+
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
104+
commit_author: 'GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>'
105+
96106
- name: Verify contract
97107
if: inputs.network != 'hardhat'
98108
continue-on-error: true
@@ -109,13 +119,3 @@ jobs:
109119
DEPLOYMENT_ID="${{ inputs.network }}"
110120
fi
111121
npm run verify -- "$DEPLOYMENT_ID"
112-
113-
- name: Save deployment artifacts
114-
if: inputs.network != 'hardhat'
115-
uses: stefanzweifel/git-auto-commit-action@v5
116-
with:
117-
commit_message: 'chore: save deployment artifacts for ${{ inputs.network }} ${{ inputs.environment }} (${{ github.run_id }})'
118-
file_pattern: 'packages/smart-contract/ignition/deployments/*'
119-
commit_user_name: 'GitHub Actions Bot'
120-
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
121-
commit_author: 'GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>'

0 commit comments

Comments
 (0)