We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40638b7 commit 432961eCopy full SHA for 432961e
fastlane/Fastfile
@@ -23,6 +23,7 @@ platform :android do
23
build_type: 'release') # compile a release bundle application app.aab
24
upload_to_play_store(
25
track: 'internal',
26
+ release_status: 'draft',
27
skip_upload_metadata: true,
28
skip_upload_images: true,
29
skip_upload_apk: true,
0 commit comments