We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eff31 commit 158cf3aCopy full SHA for 158cf3a
1 file changed
scripts/publish-ios.sh
@@ -33,8 +33,7 @@ publish_plugin_ios () {
33
mkdir -p ./tmp
34
# publish to Trunk
35
printf %"s\n" "Attempting to build and publish plugin $PLUGIN_NAME for version $PLUGIN_VERSION to production..."
36
- pod trunk push $PODSPEC_FILE_PATH --allow-warnings > $LOG_OUTPUT 2>&1
37
- if grep -q "passed" $LOG_OUTPUT; then
+ if pod trunk push $PODSPEC_FILE_PATH --allow-warnings > $LOG_OUTPUT 2>&1; then
38
printf %"s\n\n" "Success: $PLUGIN_NAME published to CocoaPods Trunk."
39
else
40
printf %"s\n\n" "Error publishing $PLUGIN_NAME, check $LOG_OUTPUT for more info!"
0 commit comments