From 541261a15a98d84b25698409ef479bb8349ccea9 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Wed, 18 Mar 2026 06:57:43 +0100 Subject: [PATCH] gitea actions ng31 --- .gitea/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3d37b69..be6d420 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -247,6 +247,9 @@ jobs: run: | cd plugin + git config user.name "release-bot" + git config user.email "ci@example.local" + git add metadata.txt changelog.txt git commit -m "Release $VERSION"