Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 3e5caba

Browse files
committed
refs #1483: update Travis script for potential semver suffixes
1 parent a619b51 commit 3e5caba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ios/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source ./scripts/ios/setup.sh
88

99
BUILDTYPE=${BUILDTYPE:-Release}
1010

11-
PUBLISH_TAG=($(git show -s --format=%B | sed -n 's/.*\[publish \([a-z]\{1,\}\)-v\([0-9.]\{1,\}\)\].*/\1 \2/p'))
11+
PUBLISH_TAG=($(git show -s --format=%B | sed -n 's/.*\[publish \([a-z]\{1,\}\)-v\([0-9a-z.\-]\{1,\}\)\].*/\1 \2/p'))
1212
PUBLISH_PLATFORM=${PUBLISH_TAG[0],-}
1313
PUBLISH_VERSION=${PUBLISH_TAG[1],-}
1414

0 commit comments

Comments
 (0)