pilot/lib/pilot/build_manager.rb in fastlane-2.191.0 vs pilot/lib/pilot/build_manager.rb in fastlane-2.192.0
- old
+ new
@@ -556,10 +556,9 @@
def update_build_beta_details(build, info)
attributes = {}
attributes[:autoNotifyEnabled] = info[:auto_notify_enabled] if info.key?(:auto_notify_enabled)
build_beta_detail = build.build_beta_detail
- # https://github.com/fastlane/fastlane/pull/16006
if build_beta_detail
Spaceship::ConnectAPI.patch_build_beta_details(build_beta_details_id: build_beta_detail.id, attributes: attributes)
else
if attributes[:autoNotifyEnabled]
UI.important("Unable to auto notify testers as the build did not include beta detail information - this is likely a temporary issue on TestFlight.")