Skip to content

Commit

Permalink
fix: helm release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed Aug 3, 2021
1 parent 3f1bbb5 commit 4ea60f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0

- name: Add helm dependencies
run: |
helm repo add bitnami "https://charts.bitnami.com/bitnami"
helm repo add bitnami "https://charts.bitnami.com/bitnami"
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 4ea60f6

Please sign in to comment.