Skip to content

Commit ccbc6d2

Browse files
committed
fix: change the commit files on release
1 parent 14a1db1 commit ccbc6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/solidity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,14 @@ jobs:
378378
with:
379379
commit_message: "chore: update package versions [skip ci]"
380380
branch: main
381-
file_pattern: 'package.json README.md all_allocations.json'
381+
file_pattern: 'package.json README.md'
382382

383383
- uses: stefanzweifel/git-auto-commit-action@v5
384384
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
385385
with:
386386
commit_message: "chore: update package versions [skip ci]"
387387
branch: main
388-
file_pattern: 'all_allocations.json'
388+
file_pattern: 'package.json README.md all_allocations.json'
389389

390390
- name: Set up QEMU
391391
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)