Browse Source

feat(ios): readded git tag for release sdk scritps

factor2
Calin-Teodor 1 year ago
parent
commit
f48c03e314
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      ios/scripts/release-sdk-lite.sh
  2. 1
    0
      ios/scripts/release-sdk.sh

+ 1
- 0
ios/scripts/release-sdk-lite.sh View File

@@ -58,6 +58,7 @@ cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework lite/Frameworks/
58 58
 # Add all files to git
59 59
 git add -A .
60 60
 git commit -m "${SDK_VERSION} lite"
61
+git tag ${SDK_VERSION}
61 62
 
62 63
 popd
63 64
 

+ 1
- 0
ios/scripts/release-sdk.sh View File

@@ -58,6 +58,7 @@ cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework Frameworks/
58 58
 # Add all files to git
59 59
 git add -A .
60 60
 git commit -m "${SDK_VERSION}"
61
+git tag ${SDK_VERSION}
61 62
 
62 63
 popd
63 64
 

Loading…
Cancel
Save