Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Sep 18, 2023
1 parent 36dc611 commit 212eace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-charts-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
filter=(jq '.[] | select(.isDraft == false)')
fi
for chart_url in $(cat releases.json| "${filter[@]}" | jq -c '.[].releaseAssets.nodes[].downloadUrl'); do
for chart_url in $(cat releases.json| "${filter[@]}" | jq -c '.releaseAssets.nodes[].downloadUrl'); do
wget -P .releases/ "$chart_url";
done
Expand Down

0 comments on commit 212eace

Please sign in to comment.