Update charts-release.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-03 10:23:51 +02:00
committed by GitHub
parent f74b6d5c6f
commit ad7b8537df

View File

@@ -57,7 +57,7 @@ jobs:
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
run: |
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
.github/scripts/gen-docs.sh ${CHARTS}
.github/scripts/gen-docs.sh ${CHARTS[@]}
- name: Fix Pre-Commit issues
shell: bash
@@ -158,7 +158,7 @@ jobs:
run: |
pip install yq
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
.github/scripts/build-catalog.sh ${CHARTS}
.github/scripts/build-catalog.sh ${CHARTS[@]}
- name: Validate catalogs
if: |