We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a1db1 commit ccbc6d2Copy full SHA for ccbc6d2
.github/workflows/solidity.yml
@@ -378,14 +378,14 @@ jobs:
378
with:
379
commit_message: "chore: update package versions [skip ci]"
380
branch: main
381
- file_pattern: 'package.json README.md all_allocations.json'
+ file_pattern: 'package.json README.md'
382
383
- uses: stefanzweifel/git-auto-commit-action@v5
384
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
385
386
387
388
- file_pattern: 'all_allocations.json'
+ file_pattern: 'package.json README.md all_allocations.json'
389
390
- name: Set up QEMU
391
uses: docker/setup-qemu-action@v3
0 commit comments