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 77dad72 commit 540ae1cCopy full SHA for 540ae1c
.github/workflows/build-and-release.yml
@@ -97,7 +97,7 @@ jobs:
97
id: empty-commit
98
with:
99
branch: ${{ env.MAJOR_FEATURE }}-stable
100
- commit_message: "Test ${{ github.event.inputs.version }} release commit"
+ commit_message: "${{ github.event.inputs.version }} release"
101
commit_user_name: "release-controller[bot]"
102
commit_user_email: "223695+release-controller[bot]@users.noreply.github.com"
103
commit_options: "--allow-empty"
0 commit comments