fix(fastlane): change Play Store release status to draft (#3051)

This commit is contained in:
James Rich 2025-09-10 08:29:18 -05:00 committed by GitHub
parent acd6c4e5af
commit 5ee5599983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,8 +49,7 @@ platform :android do
upload_to_play_store(
track: 'beta',
aab: aab_path,
release_status: 'inProgress',
rollout: '0.25',
release_status: 'draft',
skip_upload_apk: true
)
end