diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 28bb6e2c2be..166ade05c9f 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -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