File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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>'
You can’t perform that action at this time.
0 commit comments