Skip to content

Commit ef72194

Browse files
committed
open testing is beta...
1 parent 597fefc commit ef72194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ platform :android do
102102
lane :official_open_testing do |options|
103103
upload_to_play_store(
104104
package_name: 'chat.rocket.reactnative',
105-
track: 'open',
105+
track: 'beta',
106106
aab: 'app/build/outputs/bundle/officialRelease/app-official-release.aab'
107107
)
108108
end

0 commit comments

Comments
 (0)