From 6cf6d7dd338e2e2347779407f09cab72087e1adb Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 24 May 2024 21:24:12 +0200 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index eda257b71f5..7c03b4e5389 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -104,16 +104,16 @@ jobs: id: collect-changes uses: ./.github/actions/collect-changes - - name: Generate Changelog - shell: bash - if: | - steps.collect-changes.outputs.changesDetectedAfterTag == 'true' - run: | - 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)) - parallel -j ${parthreads} .github/scripts/changelog.sh '2>&1' ::: ${CHARTS[@]} + #- name: Generate Changelog + # shell: bash + # if: | + # steps.collect-changes.outputs.changesDetectedAfterTag == 'true' + # run: | + # 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)) + # parallel -j ${parthreads} .github/scripts/changelog.sh '2>&1' ::: ${CHARTS[@]} - name: Fix Pre-Commit issues shell: bash