From bf476fead9dab732413ebd9a518532ea246cb4c6 Mon Sep 17 00:00:00 2001 From: elliotxx <951376975@qq.com> Date: Fri, 20 Dec 2024 14:42:19 +0800 Subject: [PATCH] fix: invalid title --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 467e91fb..449a61ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -174,9 +174,9 @@ jobs: value: ${{ steps.get_version.outputs.VERSION }} branch: bump-karpor-to-${{ steps.get_version.outputs.VERSION }} targetBranch: master - message: 'bump app version to ${{ steps.get_version.outputs.VERSION }}, chart version to ${{ steps.get_chart_version.outputs.new_chart_version }}' + message: 'chore(karpor): bump app version to ${{ steps.get_version.outputs.VERSION }}, chart version to ${{ steps.get_chart_version.outputs.new_chart_version }}' createPR: true - title: 'chore(karpor): {{message}}' + title: '${{ inputs.message }}' description: | This PR updates the Karpor Helm chart with the following changes: - Bump the `appVersion` to `${{ steps.get_version.outputs.VERSION }}`