chore: set git config

This commit is contained in:
SamTV12345 2025-08-02 13:39:46 +02:00
parent bf1792e441
commit 71e2678a92

View file

@ -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: |