From 7a2a23bcb075554d70c51e88886de1ac82cfadf9 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:57:10 +0200 Subject: [PATCH] And another one --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9f1dc1..6556ff8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: - name: Merge main into release branch run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" git checkout release git merge origin/main --no-ff -m "Merge main into release for tag ${{ github.event.release.tag_name }}" git push origin release