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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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