Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Mar 19, 2020
1 parent 0179b2e commit d656047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@89c97cd5a8e28959ffe6c272b64c695d068f3f7f
uses: wochinge/chart-releaser-action@chart-releaser-from-git
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CHART_RELEASE_COMMIT_HASH: "89c97cd5a8e28959ffe6c272b64c695d068f3f7f"

0 comments on commit d656047

Please sign in to comment.