Skip to content

Commit db42f72

Browse files
committed
publish to alpha track
1 parent a1e2087 commit db42f72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

fastlane/Fastfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ platform :android do
2424
desc "Deploy a new version to the Google Play"
2525
lane :deploy do
2626
upload_to_play_store(
27-
skip_upload_changelogs: true
27+
track: "alpha",
28+
skip_upload_apk: true,
29+
skip_upload_metadata: true,
30+
skip_upload_changelogs: true,
31+
skip_upload_images: true,
32+
skip_upload_screenshots: true
2833
)
2934
end
3035
end

0 commit comments

Comments
 (0)