Update charts-release.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-02-25 15:28:04 +01:00
committed by GitHub
parent 8cb7c2490a
commit 4db2ce1807
+6
View File
@@ -40,6 +40,12 @@ jobs:
# Fix sh files to always be executable
find . -name '*.sh' | xargs chmod +x
# Optional step if GPG signing is used
- name: Clean Questions
shell: bash
run: |
find ./helm -type f -name 'questions.yaml' -exec rm {} \;
- name: Commit Helm Changes
run: |
rm -rf helm/charts