Skip to content

Commit

Permalink
fix: helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Dec 19, 2023
1 parent 87229e5 commit eba45c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Add dependency repositories
run: |
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
helm dependency update $dir
done
- name: Run chart-releaser
Expand Down

0 comments on commit eba45c4

Please sign in to comment.