Skip to content

Commit

Permalink
chore(mobile): workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 4, 2022
1 parent 0f4753f commit 27e3e57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ platform :ios do
in_house: false # optional but may be required if using match/sigh
)
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
end
Expand Down Expand Up @@ -97,7 +100,7 @@ platform :android do
)
end

def deploy_android(variant, versionCode, track = 'internal')
def deploy_android(variant, versionCode, track = 'beta')
sh("yarn run android:bundle")
build_android(variant, versionCode)
upload_to_play_store(
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/mobile",
"version": "3.26.13",
"author": "Standard Notes",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit 27e3e57

Please sign in to comment.