Skip to content

Commit 432961e

Browse files
authored
Fix deployment (#15)
* Fix deployment pipeline * Minor change
1 parent 40638b7 commit 432961e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ platform :android do
2323
build_type: 'release') # compile a release bundle application app.aab
2424
upload_to_play_store(
2525
track: 'internal',
26+
release_status: 'draft',
2627
skip_upload_metadata: true,
2728
skip_upload_images: true,
2829
skip_upload_apk: true,

0 commit comments

Comments
 (0)