From da8dc920bcb35612261173cb7c36929bb4baef9d Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Sat, 31 Aug 2024 21:39:36 +0200 Subject: [PATCH] fix git user and email in publish workflow --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9aa755..eeea0f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,6 +47,7 @@ jobs: - name: Commit and push changes run: | + git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git add pyproject.toml git commit -m "Update pyproject.toml"