Skip to content

Commit

Permalink
feat(ios): readded git tag for release sdk scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Aug 7, 2024
1 parent 7641dda commit d82c27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ios/scripts/release-sdk-lite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework lite/Frameworks/
# Add all files to git
git add -A .
git commit -m "${SDK_VERSION} lite"
git tag ${SDK_VERSION}

popd

Expand Down
1 change: 1 addition & 0 deletions ios/scripts/release-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework Frameworks/
# Add all files to git
git add -A .
git commit -m "${SDK_VERSION}"
git tag ${SDK_VERSION}

popd

Expand Down

0 comments on commit d82c27c

Please sign in to comment.