Skip to content

Commit 2b890c4

Browse files
authored
fix: fix script
1 parent f1dfa01 commit 2b890c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

check-version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ if [ ! -f "$GIT_VERSION" ] ; then
88
fi
99

1010
echo "Printing the git version"
11-
echo $GIT_VERSION
11+
GIT_TAG=`$GIT_VERSION --prefix v show`
12+
echo $GIT_TAG

0 commit comments

Comments
 (0)