From 71e2678a926acfab4e688694ab3ab995b01c8272 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 2 Aug 2025 13:39:46 +0200 Subject: [PATCH] chore: set git config --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28cad0054..5c5acdaad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,10 @@ jobs: - name: Install dependencies ether.github.com run: pnpm install --frozen-lockfile working-directory: ether.github.com + - name: Set git user + run: | + git config --global user.name "Etherpad Release Bot" + git config --global user.email "noreply@etherpad.org" - name: Prepare release working-directory: etherpad run: |