We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27bea0a + 0089fbc commit 4d1f260Copy full SHA for 4d1f260
1 file changed
hack/images
@@ -15,7 +15,7 @@ progressFlag=""
15
if [ "$CONTINUOUS_INTEGRATION" == "true" ]; then progressFlag="--progress=plain"; fi
16
17
18
-versionTag=$(git describe --tags --match "v[0-9]*")
+versionTag=$(git describe --always --tags --match "v[0-9]*")
19
20
if [[ ! "$versionTag" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
21
versionTag=""
0 commit comments