3
0

plugin.template aus push entfernt

This commit is contained in:
Michael Otto
2026-03-05 13:47:32 +01:00
parent 0e0bb251e0
commit 29b2b3b1fa

View File

@@ -134,7 +134,7 @@ jobs:
git config user.name "Release Bot"
git config user.email "release-bot@noreply.localhost"
git add .
git add *.xml
# Commit nur, wenn Änderungen vorhanden sind
if ! git diff --cached --quiet; then