From 8b24f080f4443b684ea81821e597ab118e1e1d23 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 6 Nov 2022 20:49:14 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/charts-release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 1172a31ef48..f872649be11 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -55,7 +55,7 @@ jobs: run: | CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }}) parthreads=$(($(nproc) * 2)) - parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]} + # parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]} - name: Fix Pre-Commit issues shell: bash @@ -219,6 +219,11 @@ jobs: git config user.name "truecharts-bot" git config user.email "bot@truecharts.org" + - name: Collect changes + id: collect-changes + uses: ./.github/actions/collect-changes + + - name: Run chart-releaser uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # tag=v1.4.1 with: