Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
ca854d9ed1
commit
6cf6d7dd33
|
@ -104,16 +104,16 @@ jobs:
|
||||||
id: collect-changes
|
id: collect-changes
|
||||||
uses: ./.github/actions/collect-changes
|
uses: ./.github/actions/collect-changes
|
||||||
|
|
||||||
- name: Generate Changelog
|
#- name: Generate Changelog
|
||||||
shell: bash
|
# shell: bash
|
||||||
if: |
|
# if: |
|
||||||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
# steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
||||||
run: |
|
# run: |
|
||||||
export 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))
|
||||||
parallel -j ${parthreads} .github/scripts/changelog.sh '2>&1' ::: ${CHARTS[@]}
|
# parallel -j ${parthreads} .github/scripts/changelog.sh '2>&1' ::: ${CHARTS[@]}
|
||||||
|
|
||||||
- name: Fix Pre-Commit issues
|
- name: Fix Pre-Commit issues
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue