diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index e1d31a2..9bceec4 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -378,14 +378,14 @@ jobs: with: commit_message: "chore: update package versions [skip ci]" branch: main - file_pattern: 'package.json README.md all_allocations.json' + file_pattern: 'package.json README.md' - uses: stefanzweifel/git-auto-commit-action@v5 if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed' with: commit_message: "chore: update package versions [skip ci]" branch: main - file_pattern: 'all_allocations.json' + file_pattern: 'package.json README.md all_allocations.json' - name: Set up QEMU uses: docker/setup-qemu-action@v3