From 386c379dc0097900a9b239fe0129ac075a15a421 Mon Sep 17 00:00:00 2001 From: Daniel Emery Date: Sat, 23 Sep 2023 14:47:26 +0200 Subject: [PATCH] #43 Use forked version of the helm-release-action --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0423494..755dac6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -109,8 +109,9 @@ jobs: aws-region: ${{ vars.HELM_DEPLOY_REGION }} - name: Publish chart - uses: shellbear/helm-release-action@v0.1 + uses: danielemery/helm-release-action@414c0cb70b55f95a804d00a03f329110c1fc05c1 with: repo: s3://helm.demery.net/ chart: ./helm version: ${{ env.RELEASE_VERSION }} + appVersion: ${{ env.RELEASE_VERSION }}