Skip to content

Commit 7d607da

Browse files
committed
ci: Add quotes around directory string
1 parent a39e3a3 commit 7d607da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
echo '${{ steps.charts.outputs.charts }}' \
177177
| yq --indent 0 --no-colors --input-format json --unwrapScalar '.[]' \
178178
| while read -r dir; do
179-
helm dependency update $dir;
179+
helm dependency update "$dir";
180180
if [ -f "$dir/Chart.lock" ]; then
181181
yq --indent 0 \
182182
'.dependencies | map(["helm", "repo", "add", .name, .repository] | join(" ")) | .[]' \

0 commit comments

Comments
 (0)