Skip to content

Commit

Permalink
actions: install Helm for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michael William Le Nguyen <michael@mail.ttp.codes>
  • Loading branch information
ttpcodes committed Jul 9, 2020
1 parent 0bc9fa2 commit 73e31ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- name: Fetch history
run: git fetch --prune --unshallow

- name: Install Helm
run: |
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 73e31ea

Please sign in to comment.