Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user