Skip to content

Commit a38cab7

Browse files
authored
Update Fastfile
1 parent fbfd027 commit a38cab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ platform :android do
150150
end
151151

152152
desc "Upload App to Play Store Production"
153-
lane :experimental_production
153+
lane :experimental_production do
154154
upload_to_play_store(
155155
package_name: 'chat.rocket.reactnative',
156156
track: 'production',
@@ -159,7 +159,7 @@ platform :android do
159159
end
160160

161161
desc "Upload App to Play Store Open Testing"
162-
lane :official_open_testing
162+
lane :official_open_testing do
163163
upload_to_play_store(
164164
package_name: 'chat.rocket.android',
165165
track: 'open',

0 commit comments

Comments
 (0)