adding install command for bump version
This commit is contained in:
parent
2d3e42c412
commit
40e48af09d
|
|
@ -24,6 +24,8 @@ jobs:
|
|||
|
||||
- name: Bump version
|
||||
run: |
|
||||
apt update
|
||||
apt install bumpversion
|
||||
bumpversion patch
|
||||
new_version=`cat VERSION`
|
||||
echo "New version is: $new_version"
|
||||
|
|
|
|||
Loading…
Reference in New Issue