Skip to content

Commit 5f1d5b9

Browse files
committed
Allow for empty commits in release
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
1 parent 1cb4c72 commit 5f1d5b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trigger-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
# This will trigger the new release job that will take the tag and push the release to the plugin portal
5555
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
5656
with:
57+
commit_options: --allow-empty
5758
commit_message: Release version ${{ github.event.inputs.new_version }}
5859
tagging_message: 'v${{ github.event.inputs.new_version }}'
5960
skip_dirty_check: ${{contains(github.event.inputs.new_version, '-rc.')}}

0 commit comments

Comments
 (0)