Skip to content

Commit

Permalink
publish to alpha track
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 18, 2023
1 parent a1e2087 commit db42f72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ platform :android do
desc "Deploy a new version to the Google Play"
lane :deploy do
upload_to_play_store(
skip_upload_changelogs: true
track: "alpha",
skip_upload_apk: true,
skip_upload_metadata: true,
skip_upload_changelogs: true,
skip_upload_images: true,
skip_upload_screenshots: true
)
end
end

0 comments on commit db42f72

Please sign in to comment.