Update docker-build.yaml
This commit is contained in:
parent
d1fb1403fa
commit
ac6d966490
@ -19,6 +19,11 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
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
|
||||
run: |
|
||||
bump2version patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user