We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb4c72 commit 5f1d5b9Copy full SHA for 5f1d5b9
.github/workflows/trigger-release.yaml
@@ -54,6 +54,7 @@ jobs:
54
# This will trigger the new release job that will take the tag and push the release to the plugin portal
55
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
56
with:
57
+ commit_options: --allow-empty
58
commit_message: Release version ${{ github.event.inputs.new_version }}
59
tagging_message: 'v${{ github.event.inputs.new_version }}'
60
skip_dirty_check: ${{contains(github.event.inputs.new_version, '-rc.')}}
0 commit comments