Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: "Charts: Release"
|
tname: "Charts: Release"
|
||||||
|
|
||||||
concurrency: helm-release
|
concurrency: helm-release
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
||||||
run: |
|
run: |
|
||||||
GOBIN=/usr/local/bin/
|
export GOBIN=/usr/local/bin/
|
||||||
go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
|
go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
|
||||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||||
parthreads=$(($(nproc) * 2))
|
parthreads=$(($(nproc) * 2))
|
||||||
|
|||||||
Reference in New Issue
Block a user