Skip to content

Commit

Permalink
fix: invalid title
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Dec 20, 2024
1 parent 1a2786c commit bf476fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}`
Expand Down

0 comments on commit bf476fe

Please sign in to comment.