File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - label : " 🔬 Validate Podspecs"
2525 key : " validate"
2626 command : |
27- validate_podspec
27+ validate_podspec --patch-cocoapods
2828 env : *common_env
2929 plugins : *common_plugins
3030
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems"
88install_gems
99
1010echo " --- :cocoapods: Publishing Pod to CocoaPods CDN"
11- publish_pod $PODSPEC_PATH
11+ publish_pod --patch-cocoapods $PODSPEC_PATH
1212
1313echo " --- :cocoapods: Publishing Pod to WP Specs Repo"
14- publish_private_pod $PODSPEC_PATH $SPECS_REPO " $SPEC_REPO_PUBLIC_DEPLOY_KEY "
14+ publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO " $SPEC_REPO_PUBLIC_DEPLOY_KEY "
1515
1616echo " --- :slack: Notifying Slack"
1717slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems"
88install_gems
99
1010echo " --- :cocoapods: Publishing Pod to CocoaPods CDN"
11- publish_pod $PODSPEC_PATH
11+ publish_pod --patch-cocoapods $PODSPEC_PATH
1212
1313echo " --- :cocoapods: Publishing Pod to WP Specs Repo"
14- publish_private_pod $PODSPEC_PATH $SPECS_REPO " $SPEC_REPO_PUBLIC_DEPLOY_KEY "
14+ publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO " $SPEC_REPO_PUBLIC_DEPLOY_KEY "
1515
1616echo " --- :slack: Notifying Slack"
1717slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK
You can’t perform that action at this time.
0 commit comments