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
|
popd
|
||||||
|
|
||||||
# Tag the release
|
# Tag the release
|
||||||
git tag -a android-sdk-${SDK_VERSION}
|
git tag android-sdk-${SDK_VERSION}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Done!
|
# Done!
|
||||||
|
|
|
@ -24,7 +24,7 @@ popd
|
||||||
pushd ${PROJECT_REPO}
|
pushd ${PROJECT_REPO}
|
||||||
rm -rf ios/sdk/JitsiMeet.framework
|
rm -rf ios/sdk/JitsiMeet.framework
|
||||||
xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive
|
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
|
popd
|
||||||
|
|
||||||
pushd ${RELEASE_REPO}
|
pushd ${RELEASE_REPO}
|
||||||
|
|
Loading…
Reference in New Issue