From 1d73c35796cb9e34831de85e24b67e0f2fb377dc Mon Sep 17 00:00:00 2001 From: Anders Steen Date: Sat, 22 Jul 2023 15:47:34 +0200 Subject: [PATCH] Hotfix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48f1176..0a9390d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,8 @@ jobs: - name: Commit version bumb run: | - git config --global user.name 'GH actions' - git config --global user.email 'githubaction@github.com' + git config user.name github-actions + git config user.email github-actions@github.com git commit -am "Automatic minor version bump" git push