Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-09-24 12:13:28 +02:00
committed by GitHub
parent a3963ec629
commit 7861dcd64f
-4
View File
@@ -208,8 +208,6 @@ jobs:
- name: Fix Pre-Commit issues
shell: bash
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
run: |
echo "Running pre-commit test-and-cleanup..."
pre-commit run --all ||:
@@ -217,8 +215,6 @@ jobs:
find . -name '*.sh' | xargs chmod +x
- name: Configure Git
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
run: |
git config user.name "truecharts-bot"
git config user.email "bot@truecharts.org"