File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -374,12 +374,19 @@ jobs:
374
374
| React | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
375
375
376
376
- uses : stefanzweifel/git-auto-commit-action@v5
377
- if : ${{ env.TAG == 'latest' }}
377
+ if : env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
378
378
with :
379
379
commit_message : " chore: update package versions [skip ci]"
380
380
branch : main
381
381
file_pattern : ' package.json README.md all_allocations.json'
382
382
383
+ - uses : stefanzweifel/git-auto-commit-action@v5
384
+ if : env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
385
+ with :
386
+ commit_message : " chore: update package versions [skip ci]"
387
+ branch : main
388
+ file_pattern : ' all_allocations.json'
389
+
383
390
- name : Set up QEMU
384
391
uses : docker/setup-qemu-action@v3
385
392
Original file line number Diff line number Diff line change 49
49
"@graphprotocol/graph-ts" : " 0.35.1"
50
50
},
51
51
"trustedDependencies" : [
52
- " protobufjs"
52
+ " keccak" ,
53
+ " protobufjs" ,
54
+ " secp256k1"
53
55
]
54
56
}
You can’t perform that action at this time.
0 commit comments