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:
374374 | React | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
375375
376376 - uses : stefanzweifel/git-auto-commit-action@v5
377- if : ${{ env.TAG == 'latest' }}
377+ if : env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
378378 with :
379379 commit_message : " chore: update package versions [skip ci]"
380380 branch : main
381381 file_pattern : ' package.json README.md all_allocations.json'
382382
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+
383390 - name : Set up QEMU
384391 uses : docker/setup-qemu-action@v3
385392
Original file line number Diff line number Diff line change 4949 "@graphprotocol/graph-ts" : " 0.35.1"
5050 },
5151 "trustedDependencies" : [
52- " protobufjs"
52+ " keccak" ,
53+ " protobufjs" ,
54+ " secp256k1"
5355 ]
5456}
You can’t perform that action at this time.
0 commit comments