Skip to content

Commit c34f59b

Browse files
author
Jonas Greifenhain
committed
fastlane: Don't release as draft
1 parent ee55d5e commit c34f59b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

open_wearable/android/fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ platform :android do
3535
)
3636
upload_to_play_store(
3737
track: 'internal',
38-
# Remove this line after the app is not in Draft state anymore
39-
# For now, we need to click something in the Play Console to make it available
40-
release_status: 'draft',
4138
skip_upload_changelogs: false,
4239
aab: "../build/app/outputs/bundle/release/app-release.aab"
4340
)

0 commit comments

Comments
 (0)