Skip to content

Commit

Permalink
switch to internal track
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 19, 2023
1 parent 2905e21 commit 2a4c3c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ platform :android do
desc "Deploy a new version to the Google Play"
lane :deploy do
upload_to_play_store(
release_status: "inProgress",
track: "beta",
rollout: "1",
track: "alpha",
skip_upload_apk: true,
skip_upload_aab: false,
skip_upload_metadata: true,
Expand Down

0 comments on commit 2a4c3c7

Please sign in to comment.