We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad6822 commit 6c2cd1bCopy full SHA for 6c2cd1b
1 file changed
.github/workflows/publish-final-release.yml
@@ -72,7 +72,7 @@ jobs:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
head: maintain/mergeReleaseTag-v${{ steps.package-version.outputs.version }}
74
base: ${{ steps.dispatched-branch.outputs.targetbranch }}
75
- title: Release process changes from v${{ steps.create-version.outputs.version }}
+ title: Release process changes from v${{ steps.package-version.outputs.version }}
76
draft: true
77
reviewers: ${{ github.actor }}
78
body: |
0 commit comments