From 80647fe10ec0c416dd07d7fd607d0fae26679c57 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 7 Dec 2018 14:53:21 -0800 Subject: [ios] add closing bracket --- platform/ios/scripts/deploy-packages-cn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/ios/scripts/deploy-packages-cn.sh b/platform/ios/scripts/deploy-packages-cn.sh index 82894ae746..aee79eee03 100644 --- a/platform/ios/scripts/deploy-packages-cn.sh +++ b/platform/ios/scripts/deploy-packages-cn.sh @@ -36,6 +36,7 @@ buildPackageStyle() { ./platform/ios/scripts/publish-cn.sh "${PUBLISH_VERSION}" ${style} file_name=mapbox-ios-sdk-${PUBLISH_VERSION}-${style}.zip fi +} PUBLISH_VERSION=$( echo ${VERSION_TAG} | sed 's/^ios-v//' ) git checkout ${VERSION_TAG} -- cgit v1.2.1