From dfe4b3b5a507cb1cbfe69fc20a6fcc4c03062096 Mon Sep 17 00:00:00 2001 From: 4nte <8070595+4nte@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:33:38 +0200 Subject: [PATCH] specify git branch --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76d3057..43ef09a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,5 +43,6 @@ jobs: token: ${{ secrets.PAT }} owner: 4nte repository: helm-charts + branch: master chart_version: ${{ steps.get_version.outputs.version-without-v }} app_version: ${{ steps.get_version.outputs.version-without-v }}