rn: don't use annotated tags when building the SDKs

This commit is contained in:
Saúl Ibarra Corretgé 2019-05-14 14:46:59 +02:00 committed by Saúl Ibarra Corretgé
parent 02955ab57c
commit 6f320f463d
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ if [[ $MVN_HTTP == 0 ]]; then
popd
# Tag the release
git tag -a android-sdk-${SDK_VERSION}
git tag android-sdk-${SDK_VERSION}
fi
# Done!

View File

@ -24,7 +24,7 @@ popd
pushd ${PROJECT_REPO}
rm -rf ios/sdk/JitsiMeet.framework
xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive
git tag -a ios-sdk-${SDK_VERSION}
git tag ios-sdk-${SDK_VERSION}
popd
pushd ${RELEASE_REPO}