Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-11 20:01:23 +01:00 committed by GitHub
parent a948a83ad0
commit 6852b05704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -158,6 +158,14 @@ jobs:
cd -
rm -rf catalog
- name: set git author
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
shell: bash
run: |
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
- name: Run chart-releaser for dependency apps
uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # tag=v1.4.1
if: |
@ -191,6 +199,4 @@ jobs:
fi
fi
done
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git push --tags