Skip to content

Commit bbde6da

Browse files
arsen3dbgins
andcommitted
Update .github/workflows/devnet_deploy_contracts.yml
Co-authored-by: Brian Ginsburg <[email protected]>
1 parent 2ed6bcf commit bbde6da

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/devnet_deploy_contracts.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy devnet contracts
1+
name: Deploy Devnet contracts
22

33
on: workflow_dispatch
44

@@ -22,9 +22,16 @@ jobs:
2222
cd hardhat
2323
npm ci
2424
doppler run -- npx hardhat deploy --network devnet
25-
25+
cd ..
26+
27+
- name: Generate Go bindings
28+
run: |
29+
./stack go-bindings
30+
2631
- name: Commit and push
2732
run: |
28-
git add .
33+
git add pkg/web3/bindings
34+
git add hardhat/deployments
35+
git add hardhat/.openzeppelin
2936
git commit -m "chore: Contract Migration Updated"
3037
git push

0 commit comments

Comments
 (0)