Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update Fastfile to deploy to beta instead of internal track
Browse files Browse the repository at this point in the history
  • Loading branch information
jackv24 committed Dec 21, 2021
1 parent 98a6081 commit dc0ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :android do
desc "Deploy a new version to the Google Play Internal Testing track"
lane :internal do
upload_to_play_store(
track: 'internal',
track: 'beta',
aab: '../build/app/outputs/bundle/release/app-release.aab',
release_status: "draft",
json_key_data: ENV['FASTLANE_SERVICE_ACCOUNT_KEY']
Expand Down

0 comments on commit dc0ff1f

Please sign in to comment.