github: Make docs commits as release bot

This commit is contained in:
Jakob Borg 2022-01-12 21:56:21 +01:00
parent 3bfd41c48b
commit 1242ac74ab
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
go-version: ^1.17.6
- run: |
set -euo pipefail
git config --global user.name 'Syncthing Automation'
git config --global user.email 'automation@syncthing.net'
git config --global user.name 'Syncthing Release Automation'
git config --global user.email 'release@syncthing.net'
bash build.sh translate
bash build.sh prerelease
git push