Skip to content

Commit 6c2cd1b

Browse files
committed
fix title for maintaining merge after release rocess
1 parent 3ad6822 commit 6c2cd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-final-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
head: maintain/mergeReleaseTag-v${{ steps.package-version.outputs.version }}
7474
base: ${{ steps.dispatched-branch.outputs.targetbranch }}
75-
title: Release process changes from v${{ steps.create-version.outputs.version }}
75+
title: Release process changes from v${{ steps.package-version.outputs.version }}
7676
draft: true
7777
reviewers: ${{ github.actor }}
7878
body: |

0 commit comments

Comments
 (0)