Skip to content

Commit

Permalink
[FIX] push step (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Takashi <nicolas.takashi@coralogix.com>
  • Loading branch information
nicolastakashi authored Aug 23, 2023
1 parent 3d345b8 commit 1b9d40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Bump version and update appVersion in Chart.yaml"
title: "Bump version and update appVersion in Chart.yaml"
branch: update-chart-version-${TAG}
branch: update-chart-version-${{ github.ref_name }}
body: |
This pull request bumps the version and updates the appVersion in Chart.yaml to match the tag.

0 comments on commit 1b9d40a

Please sign in to comment.