Update charts-release.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-05-31 11:09:43 +02:00
committed by GitHub
parent 4357b533a9
commit c154027b9b
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
shell: bash shell: bash
run: | run: |
export REPO_PATH="./" export REPO_PATH="./"
export TEMPLATE_PATH="templates/CHANGELOG.md.tmpl" export TEMPLATE_PATH="./templates/CHANGELOG.md.tmpl"
export CHARTS_DIR="./charts" export CHARTS_DIR="./charts"
export JSON_FILE="changelog.json" export JSON_FILE="changelog.json"
if [ -f "$JSON_FILE.gz" ]; then if [ -f "$JSON_FILE.gz" ]; then