adding install command for bump version

This commit is contained in:
aswin-in-philips 2022-05-05 14:19:48 +05:30
parent 2d3e42c412
commit 40e48af09d
1 changed files with 2 additions and 0 deletions

View File

@ -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"