Skip to content

Commit

Permalink
#43 Use forked version of the helm-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 23, 2023
1 parent e4455bc commit 386c379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 386c379

Please sign in to comment.