mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-06-17 20:36:23 +08:00
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user