Skip to content

Commit

Permalink
Deploy google play as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
dangilbert committed Feb 6, 2020
1 parent e90d6b7 commit 9c5131a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ platform :android do
lane :internal do
upload_to_play_store(
track: 'internal',
aab: "../build/app/outputs/bundle/release/app-release.aab",
release_status: 'draft'
aab: "../build/app/outputs/bundle/release/app-release.aab"
)
end

Expand Down

0 comments on commit 9c5131a

Please sign in to comment.