From 40e48af09d10fefd733d52ff3b817fcda7eff12d Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Thu, 5 May 2022 14:19:48 +0530 Subject: [PATCH] adding install command for bump version --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf873566..66c505a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"