rn: don't use annotated tags when building the SDKs
This commit is contained in:
parent
02955ab57c
commit
6f320f463d
|
@ -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!
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue