Skip to content

Commit 7b88dac

Browse files
author
Guillaume CAMUS
committed
ci: fix release job
1 parent 31d29fe commit 7b88dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ jobs:
221221
with:
222222
command: run
223223
args: '-- --help'
224-
- uses: stefanzweifel/git-auto-commit-action@v4.1.3
224+
- uses: stefanzweifel/git-auto-commit-action@v4
225225
with:
226226
commit_message: Bump cargo version
227227
branch: ${{ github.head_ref }}
228-
file_pattern: Cargo.toml Cargo.lock
228+
file_pattern: 'Cargo.*'
229229
- name: Publish archives and packages
230230
uses: softprops/action-gh-release@v1
231231
with:

0 commit comments

Comments
 (0)