Skip to content

Commit

Permalink
Update chart-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsudake authored Jul 16, 2024
1 parent 70081ba commit dcf23e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
with:
version: v3.15.0

- name: Add 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
done
# - name: Add 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
# done

- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 #v1.6.0
Expand Down

0 comments on commit dcf23e6

Please sign in to comment.