From 8eb96b672ca2b47e5d1db854ed11bfa0c6123e68 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 26 Feb 2024 21:15:37 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 103961ae77a..e2ba3b34931 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -117,6 +117,7 @@ jobs: if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | + go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }}) parthreads=$(($(nproc) * 2)) parallel -j ${parthreads} .github/scripts/changelog.sh '2>&1' ::: ${CHARTS[@]}