Skip to content

Commit

Permalink
chore: mobile workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 7, 2022
1 parent 6e29111 commit 516b4ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ platform :ios do
key_id: ENV['APPSTORE_CONNECT_KEY_ID'],
issuer_id: ENV['APPSTORE_CONNECT_KEY_ISSUER_ID'],
key_filepath: 'ios/Authkey.p8',
in_house: false # optional but may be required if using match/sigh
in_house: false
)

is_prod = scheme == 'StandardNotes'
Expand All @@ -52,6 +52,7 @@ platform :ios do
groups: ['Public'],
notify_external_testers: is_prod,
submit_beta_review: is_prod,
reject_build_waiting_for_review: is_prod,
changelog: 'Fixes and improvements.'
)

Expand All @@ -60,7 +61,7 @@ platform :ios do
build_number: build_number,
submit_for_review: true,
automatic_release: false,
force: true, # Skip HTMl report verification
force: true,
skip_metadata: true,
skip_screenshots: true,
skip_binary_upload: true,
Expand Down

0 comments on commit 516b4ed

Please sign in to comment.