CI Update
Build and Release / run-terraform (push) Successful in 20s Details

This commit is contained in:
jfm 2024-04-30 11:07:19 +02:00
parent dcc0cf87f0
commit 497406a2db
1 changed files with 4 additions and 1 deletions

View File

@ -23,5 +23,8 @@ jobs:
# - name: Run Pytest # - name: Run Pytest
# run: pipenv run pytest # run: pipenv run pytest
- name: Bump Version - 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