mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
feat: blah
This commit is contained in:
parent
64ed99e955
commit
ffdc6fcc09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
||||||
NEXT_VERSION=$(bump_version "${CURRENT_VERSION}" "${CURRENT_BRANCH}")
|
NEXT_VERSION=$(bump_version "${CURRENT_VERSION}" "${CURRENT_BRANCH}")
|
||||||
else
|
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
|
# 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
|
fi
|
||||||
else
|
else
|
||||||
exit 2
|
exit 2
|
||||||
|
|
Loading…
Reference in a new issue