Skip to content

Commit 92a4fef

Browse files
committed
Update release tag pattern
1 parent 3690623 commit 92a4fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: admin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
fi
3535

3636
verPat="[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
37-
tagPat="^v$verPat(#$verPat#[0-9]+)?$"
37+
tagPat="^v$verPat(#.*)?$"
3838

3939
if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
4040
tagVer=${TRAVIS_TAG}

0 commit comments

Comments
 (0)