Update charts-release.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-05-31 11:12:37 +02:00
committed by GitHub
parent c154027b9b
commit 73f66888e4
+3 -3
View File
@@ -62,9 +62,9 @@ jobs:
- name: Generate Changelog
shell: bash
run: |
export REPO_PATH="./"
export TEMPLATE_PATH="./templates/CHANGELOG.md.tmpl"
export CHARTS_DIR="./charts"
export REPO_PATH="./charts"
export TEMPLATE_PATH="./charts/templates/CHANGELOG.md.tmpl"
export CHARTS_DIR="./charts/charts"
export JSON_FILE="changelog.json"
if [ -f "$JSON_FILE.gz" ]; then
gunzip "$JSON_FILE.gz" --force # Force overwrite if file already exists