From ffdc6fcc09c0ec7606f2287a6a7f821c1c8d94de Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Sun, 27 Aug 2023 22:21:16 -0400 Subject: [PATCH] feat: blah --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 8c64d9498..01a0e39b0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -71,7 +71,7 @@ jobs: NEXT_VERSION=$(bump_version "${CURRENT_VERSION}" "${CURRENT_BRANCH}") else # If no tags match the release branch, set the next version to release number with 0 patch version, e.g. v-0.1.0 - NEXT_VERSION="v${BRANCH_VERSION}.0" + NEXT_VERSION="v${CURRENT_BRANCH#'release-'}.0" fi else exit 2