Update docker-build.yaml
This commit is contained in:
parent
d1fb1403fa
commit
ac6d966490
@ -19,6 +19,11 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install bump2version
|
pip install bump2version
|
||||||
|
|
||||||
|
- name: Set up git user
|
||||||
|
run: |
|
||||||
|
git config --global user.email "${{ secrets.GIT_EMAIL }}"
|
||||||
|
git config --global user.name "${{ secrets.GIT_USERNAME }}"
|
||||||
|
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
run: |
|
run: |
|
||||||
bump2version patch
|
bump2version patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user