From 684ef3589feec21e166f1753610f14e2e40ed17b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 5 Mar 2024 13:13:16 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index e86996dd288..9424a78c388 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -1,4 +1,4 @@ -name: "Charts: Release" +tname: "Charts: Release" concurrency: helm-release @@ -117,7 +117,7 @@ jobs: if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | - GOBIN=/usr/local/bin/ + export 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))