From 497406a2db521d9236e3d23ad95d37f01ad053c9 Mon Sep 17 00:00:00 2001 From: jfm Date: Tue, 30 Apr 2024 11:07:19 +0200 Subject: [PATCH] CI Update --- .gitea/workflows/run.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index e494d7c..bbbbd3f 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -23,5 +23,8 @@ jobs: # - name: Run Pytest # run: pipenv run pytest - name: Bump Version - run: pipenv run bumpver update --minor + run: | + git config --global user.name 'Gitea Actions' + git config --global user.email 'gitea@gitea.moerks.dk' + pipenv run bumpver update --minor