File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ platform :android do
150150 end
151151
152152 desc "Upload App to Play Store Production"
153- lane :experimental_production do | options |
153+ lane :experimental_production
154154 upload_to_play_store (
155155 package_name : 'chat.rocket.reactnative' ,
156156 track : 'production' ,
@@ -159,10 +159,10 @@ platform :android do
159159 end
160160
161161 desc "Upload App to Play Store Open Testing"
162- lane :official_open_testing do | options |
162+ lane :official_open_testing
163163 upload_to_play_store (
164- package_name : 'chat.rocket.reactnative ' ,
165- track : 'internal ' ,
164+ package_name : 'chat.rocket.android ' ,
165+ track : 'open ' ,
166166 aab : 'app/build/outputs/bundle/officialRelease/app-official-release.aab'
167167 )
168168 end
You can’t perform that action at this time.
0 commit comments