Skip to content

Commit 442f090

Browse files
committed
packaging: Add version suffix to BUILD_VERSION
Signed-off-by: Eli Uriegas <[email protected]>
1 parent eea6278 commit 442f090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pkg_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ setup_build_version() {
121121
# Set build version based on tag if on tag
122122
if [[ -n "${CIRCLE_TAG}" ]]; then
123123
# Strip tag
124-
export BUILD_VERSION="$(echo "${CIRCLE_TAG}" | sed -e 's/^v//' -e 's/-.*$//')"
124+
export BUILD_VERSION="$(echo "${CIRCLE_TAG}" | sed -e 's/^v//' -e 's/-.*$//')${VERSION_SUFFIX}"
125125
fi
126126
}
127127

0 commit comments

Comments
 (0)