Skip to content

Commit

Permalink
Fix: github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb committed Jul 8, 2023
1 parent 0dff7e3 commit 4942411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@@gmail.com"
- name: Add Helm repos
run: |
helm repo add tools https://kube-tarian.github.io/helmrepo-supporting-tools
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
env:
Expand Down

0 comments on commit 4942411

Please sign in to comment.