From 2eb76d68c17911edde5bc0772d47b4e19d3cfed5 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 31 May 2024 11:15:13 +0200 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 166ade05c9f..6e8fbcf36b0 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -62,10 +62,11 @@ jobs: - name: Generate Changelog shell: bash run: | - export REPO_PATH="./charts" - export TEMPLATE_PATH="./charts/templates/CHANGELOG.md.tmpl" - export CHARTS_DIR="./charts/charts" + export REPO_PATH="./" + export TEMPLATE_PATH=".//templates/CHANGELOG.md.tmpl" + export CHARTS_DIR=".//charts" export JSON_FILE="changelog.json" + rm -rf helm if [ -f "$JSON_FILE.gz" ]; then gunzip "$JSON_FILE.gz" --force # Force overwrite if file already exists fi