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
+1 -2
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