From 6849db5abf50ffcd33a8778c6b531c0e9cccce19 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 31 May 2024 11:17:45 +0200 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6e8fbcf36b0..172bb8965ab 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -67,6 +67,7 @@ jobs: export CHARTS_DIR=".//charts" export JSON_FILE="changelog.json" rm -rf helm + ls -l if [ -f "$JSON_FILE.gz" ]; then gunzip "$JSON_FILE.gz" --force # Force overwrite if file already exists fi