Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 8826f41

Browse files
committed
Update command to allow warnings
1 parent 27a8280 commit 8826f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/publish-pod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "--- :rubygems: Setting up Gems"
88
install_gems
99

1010
echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
11-
publish_pod --patch-cocoapods $PODSPEC_PATH --allow-warnings
11+
publish_pod --patch-cocoapods --allow-warnings $PODSPEC_PATH
1212

1313
echo "--- :cocoapods: Publishing Pod to WP Specs Repo"
1414
publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY"

0 commit comments

Comments
 (0)