Skip to content

Commit d6b4352

Browse files
author
Shlomi Noach
committed
sanitizing verion number
1 parent 311d11f commit d6b4352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function main() {
164164
local builddir
165165

166166
if [ -z "${RELEASE_VERSION}" ] ; then
167-
RELEASE_VERSION=$(git describe --abbrev=0 --tags)
167+
RELEASE_VERSION=$(git describe --abbrev=0 --tags | tr -d 'v')
168168
fi
169169

170170
precheck "$target" "$build_only"

0 commit comments

Comments
 (0)