From 22f637a8cdd1f00ad31bd7726921678536585344 Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Fri, 8 Nov 2024 07:51:25 +0100 Subject: [PATCH] fix: change the commit files on release --- .github/workflows/solidity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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