Skip to content

Commit

Permalink
Fix releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Nov 11, 2020
1 parent e9a1806 commit 9bc3de2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
- name: Add Helm repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 9bc3de2

Please sign in to comment.