We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31592ce commit f3e206bCopy full SHA for f3e206b
.github/workflows/release-pipeline.yml
@@ -73,7 +73,7 @@ jobs:
73
branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
74
commit_user_name: Release Bot
75
commit_user_email: actions@github.com
76
- commit_message: Apply automatic release changes
+ commit_message: Apply automatic release changes for v${{ env.VERSION }}
77
tagging_message: v${{ env.VERSION }}
78
- if: ${{ env.GITHUB_TOKEN }}
79
name: pull-request
0 commit comments