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 fe93feb commit 1a2786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
targetBranch: master
message: '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): '
title: 'chore(karpor): {{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 1a2786c

Please sign in to comment.