Skip to content

Commit

Permalink
ci: i know how git works
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 8, 2024
1 parent 642ed83 commit 1bc9495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Commit and push
run: |
new_version=$(sed -n -E "s/Version: (.*)/\1/p" DESCRIPTION)
git commit -m "[skip ci] Release $new_version"
git commit -a -m "[skip ci] Release $new_version"
git push
- name: GitHub release
Expand Down

0 comments on commit 1bc9495

Please sign in to comment.