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 658bd0e commit 1948295Copy full SHA for 1948295
.github/workflows/build-and-release.yml
@@ -47,6 +47,7 @@ jobs:
47
commit_user_name: "${{ github.actor }}"
48
commit_user_email: "[email protected]"
49
commit_options: "--allow-empty"
50
+ tag_message: "v${{ github.event.inputs.version }}"
51
skip_dirty_check: true
52
# this token still gets denied by the backup-utils repo
53
# - uses: timreimherr/create-github-app-token@main
0 commit comments