Skip to content

Commit 5ae5148

Browse files
committed
fix run.sh
1 parent 250f692 commit 5ae5148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition=${1:-enterprise}
99
environ=${2:-dev}
1010

1111
build=`date -u +%Y%m%d.%H%M%S`
12-
version=`git describe`
12+
version=`git describe --tags $(git rev-list --tags --max-count=1)`
1313
# tag=`git rev-parse --short HEAD`
1414
version_build="$edition-$version"
1515

0 commit comments

Comments
 (0)