Skip to content

Commit

Permalink
fix: typo on Upload only jfrog platform chart
Browse files Browse the repository at this point in the history
  • Loading branch information
grig777 committed Jan 23, 2025
1 parent 912d301 commit ef85064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
CHARTS=("stable/jfrog-platform")
for chart_dir in ${CHARTS[@]}"; do
for chart_dir in ${CHARTS[@]}; do
if [ -d "$chart_dir" ]; then
# Update dependencies
helm dependency update "$chart_dir"
Expand Down

0 comments on commit ef85064

Please sign in to comment.