CI Update
Build and Release / run-terraform (push) Successful in 20s
Details
Build and Release / run-terraform (push) Successful in 20s
Details
This commit is contained in:
parent
dcc0cf87f0
commit
497406a2db
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue