We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed888d9 commit 6631b74Copy full SHA for 6631b74
packaging/pkg_helpers.bash
@@ -121,7 +121,7 @@ setup_build_version() {
121
# Set build version based on tag if on tag
122
if [[ -n "${CIRCLE_TAG}" ]]; then
123
# Strip tag
124
- export BUILD_VERSION="$(echo "${CIRCLE_TAG}" | sed -e 's/^v//' -e 's/-.*$//')"
+ export BUILD_VERSION="$(echo "${CIRCLE_TAG}" | sed -e 's/^v//' -e 's/-.*$//')${VERSION_SUFFIX}"
125
fi
126
}
127
0 commit comments