From b757af3eaa66e00077dc09068e69850f2a0f2cd7 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 28 Feb 2024 16:20:07 +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 e2ba3b34931..b7781101aac 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: | + GOBIN=/usr/local/bin/ go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }}) parthreads=$(($(nproc) * 2))