diff --git a/.github/workflows/linux-makepkg.yml b/.github/workflows/linux-makepkg.yml index 2dca01f57..338fab9e7 100644 --- a/.github/workflows/linux-makepkg.yml +++ b/.github/workflows/linux-makepkg.yml @@ -167,7 +167,7 @@ jobs: - name: Commit and push run: | git config user.name "cryptobot" - git config user.email "automation@cryptomator.org" + git config user.email "cryptobot@users.noreply.github.com" git config push.autoSetupRemote true git stage . git commit -m "Prepare release ${VERSION}"