Skip to content

Commit

Permalink
Update .github/workflows/devnet_deploy_contracts.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ginsburg <[email protected]>
  • Loading branch information
arsen3d and bgins committed Jul 2, 2024
1 parent 2ed6bcf commit bbde6da
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/devnet_deploy_contracts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy devnet contracts
name: Deploy Devnet contracts

on: workflow_dispatch

Expand All @@ -22,9 +22,16 @@ jobs:
cd hardhat
npm ci
doppler run -- npx hardhat deploy --network devnet
cd ..
- name: Generate Go bindings
run: |
./stack go-bindings
- name: Commit and push
run: |
git add .
git add pkg/web3/bindings
git add hardhat/deployments
git add hardhat/.openzeppelin
git commit -m "chore: Contract Migration Updated"
git push

0 comments on commit bbde6da

Please sign in to comment.