You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MOBILE-0000: Treat trunk 409 Conflict as success in pod push wrapper (#709)
CocoaPods trunk sometimes returns 504 Gateway Timeout while the spec still lands in CocoaPods/Specs. Re-running the failed publish job
then fails again with 409 "Unable to accept duplicate entry",
keeping the release red even though it is actually done.
Wrap pod trunk push in .github/pod-trunk-push.sh and treat 409 as a successful no-op so a single re-run closes the release cleanly.
0 commit comments