Skip to content

Commit 49a928f

Browse files
committed
chore: skip uploading metadata for internal testing
1 parent a6817ac commit 49a928f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ lane :internal do
110110
supply(
111111
aab: "app/build/outputs/bundle/proRelease/app-pro-release.aab",
112112
track: "internal",
113-
skip_upload_apk: true
113+
skip_upload_apk: true,
114+
skip_upload_metadata: true,
115+
skip_upload_changelogs: true,
116+
skip_upload_images: true,
117+
skip_upload_screenshots: true
114118
)
115119
end
116120

0 commit comments

Comments
 (0)