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 4a237ea commit 912d301
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 @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
CHARTS = ("stable/jfrog-platform")
CHARTS=("stable/jfrog-platform")
for chart_dir in ${CHARTS[@]}"; do
if [ -d "$chart_dir" ]; then
# Update dependencies
Expand Down

0 comments on commit 912d301

Please sign in to comment.