From 4db2ce1807fc018740e5b55b5ce3985ef7aa357d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 25 Feb 2024 15:28:04 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 7d23d172f37..103961ae77a 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -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