Skip to content

Commit

Permalink
Add repo to chart releasing (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalieper authored Sep 18, 2024
1 parent 9635260 commit c50f5c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: add repos
run: |
helm repo add istiod https://istio-release.storage.googleapis.com/charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit c50f5c4

Please sign in to comment.