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