Skip to content

Commit

Permalink
Fix release github actions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Oct 8, 2021
1 parent e0a1174 commit 379185d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
version: ${{ env.HELM_VERSION }}

- name: Add Helm repos
run: |
helm repo add scalar https://scalar-labs.github.io/helm-charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 379185d

Please sign in to comment.