Skip to content

Commit

Permalink
fix: change the commit files on release
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Nov 8, 2024
1 parent a3daeed commit c24db4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c24db4c

Please sign in to comment.