Skip to content

Commit a25dcd9

Browse files
committed
ci: allow empty release commit
1 parent 18f67a9 commit a25dcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
replace: "Version: ${{ github.event.inputs.new_version }}"
5050
include: "${{ secrets.SLUG }}.php"
5151
- name: Commit version bump
52-
run: git commit -am "Version bump"
52+
run: git commit --allow-empty -am "Version bump"
5353
- name: Finish release
5454
run: git flow release finish ${{ github.event.inputs.new_version }} -m "v${{ github.event.inputs.new_version }}"
5555
- name: Push develop and tags

0 commit comments

Comments
 (0)