Skip to content

Commit

Permalink
Use draft release for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Dec 6, 2023
1 parent 5c778c8 commit e6c4954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ platform :android do
lane :deploy_internal_test do
track = "internal"
upload_to_play_store(track: track,
aab: '../build/app/outputs/bundle/release/app-release.aab')
aab: '../build/app/outputs/bundle/release/app-release.aab',
release_status: "draft")
end

lane :deploy_candidate do
Expand Down

0 comments on commit e6c4954

Please sign in to comment.