Skip to content

Commit

Permalink
fix: invalid config of yaml-update-action
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Dec 20, 2024
1 parent 6d2fc27 commit f35f035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ jobs:
changes: '{"version":"${{ steps.get_chart_version.outputs.new_chart_version }}", "appVersion":"${{ steps.get_version.outputs.VERSION }}"}'
value: ${{ steps.get_version.outputs.VERSION }}
branch: bump-karpor-to-${{ steps.get_version.outputs.VERSION }}
targetBranch: chart-version-updater
createPR: false
message: 'refactor: bump karpor version to ${{ steps.get_version.outputs.VERSION }}'
targetBranch: master
createPR: true
message: 'chore(karpor): bump app version to ${{ steps.get_version.outputs.VERSION }}, chart version to ${{ steps.get_chart_version.outputs.new_chart_version }}'
token: ${{ secrets.CHART_UPDATER_PAT }}
workDir: charts

Expand Down

0 comments on commit f35f035

Please sign in to comment.