Pārlūkot izejas kodu

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

master
Saúl Ibarra Corretgé 6 gadus atpakaļ
vecāks
revīzija
6f320f463d
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1
    1
      android/scripts/release-sdk.sh
  2. 1
    1
      ios/scripts/release-sdk.sh

+ 1
- 1
android/scripts/release-sdk.sh Parādīt failu

74
     popd
74
     popd
75
 
75
 
76
     # Tag the release
76
     # Tag the release
77
-    git tag -a android-sdk-${SDK_VERSION}
77
+    git tag android-sdk-${SDK_VERSION}
78
 fi
78
 fi
79
 
79
 
80
 # Done!
80
 # Done!

+ 1
- 1
ios/scripts/release-sdk.sh Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt