chore(mobile): workflows

This commit is contained in:
Mo
2022-07-04 14:04:09 -05:00
parent 0f4753f2c0
commit 27e3e57150
2 changed files with 6 additions and 3 deletions

View File

@@ -42,7 +42,10 @@ platform :ios do
in_house: false # optional but may be required if using match/sigh in_house: false # optional but may be required if using match/sigh
) )
upload_to_testflight( upload_to_testflight(
apple_id: ENV['APPLE_APP_ID'] apple_id: ENV['APPLE_APP_ID'],
distribute_external: true,
notify_external_testers: true,
submit_beta_review: true
) )
# refresh_dsyms # refresh_dsyms
end end
@@ -97,7 +100,7 @@ platform :android do
) )
end end
def deploy_android(variant, versionCode, track = 'internal') def deploy_android(variant, versionCode, track = 'beta')
sh("yarn run android:bundle") sh("yarn run android:bundle")
build_android(variant, versionCode) build_android(variant, versionCode)
upload_to_play_store( upload_to_play_store(

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/mobile", "name": "@standardnotes/mobile",
"version": "3.26.13", "version": "3.26.13",
"author": "Standard Notes", "author": "Standard Notes.",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {