chore(mobile): workflows
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user