From 1b9d40ac54581f49267d227cd40392a6edc1cd98 Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Wed, 23 Aug 2023 13:51:25 +0100 Subject: [PATCH] [FIX] push step (#59) Signed-off-by: Nicolas Takashi --- .github/workflows/helm-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-update.yaml b/.github/workflows/helm-update.yaml index d3083e9..bb52107 100644 --- a/.github/workflows/helm-update.yaml +++ b/.github/workflows/helm-update.yaml @@ -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.