Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-06 20:49:14 +01:00
committed by GitHub
parent 73bdbbfdc3
commit 8b24f080f4
+6 -1
View File
@@ -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: