Update charts-release.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-03-05 13:13:16 +01:00
committed by GitHub
parent 6536c94360
commit 684ef3589f

View File

@@ -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))