Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG committed Oct 23, 2024
1 parent 0d14648 commit ae9db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Package and Push Charts
run: |
for chart in $(ls -d charts/*/); do
for chart in $(ls -d helm/*/); do
chart_name=$(basename $chart)
version=$(yq eval '.version' $chart/Chart.yaml)
echo "Packaging $chart_name with version $version"
Expand Down

0 comments on commit ae9db13

Please sign in to comment.