Skip to content

Commit

Permalink
remove macos bits from cocoapods deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Apr 22, 2022
1 parent d38dee2 commit abd2ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_to_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:
if [ "$LIB_VERSION" != "$VRSN" ]; then
exit 1
fi
pod trunk push AgoraRtmControl_macOS.podspec --allow-warnings --skip-import-validation;
pod trunk push AgoraRtmControl_iOS.podspec --allow-warnings --skip-import-validation;
pod trunk push AgoraUIKit_macOS.podspec --allow-warnings --skip-import-validation --synchronous;
pod trunk push AgoraUIKit_iOS.podspec --allow-warnings --skip-import-validation --synchronous;

0 comments on commit abd2ec7

Please sign in to comment.