Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-12 16:12:20 +01:00
committed by GitHub
parent b70b77a984
commit c719b7edc9
+1 -1
View File
@@ -141,7 +141,7 @@ jobs:
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
run: |
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
charts_ath="charts'}"
charts_ath="charts"
for changed in ${CHARTS[@]; do
.github/scripts/fetch_helm_deps.sh "${changed}"
done