Skip to content

Commit 349111a

Browse files
AndrewGableOSBotify
authored andcommitted
Merge pull request #51693 from Expensify/andrew-beta-groups
Fetch latest code and release the iOS HybridApp staging/TestFlight to the correct group of users (cherry picked from commit a812dec) (CP triggered by AndrewGable)
1 parent 419be3a commit 349111a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ jobs:
186186
- name: Update submodule
187187
run: |
188188
git submodule update --init
189+
# Update submodule to latest on staging
190+
git fetch
191+
git checkout staging
189192
190193
- name: Configure MapBox SDK
191194
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
@@ -479,6 +482,9 @@ jobs:
479482
- name: Update submodule
480483
run: |
481484
git submodule update --init
485+
# Update submodule to latest on staging
486+
git fetch
487+
git checkout staging
482488
483489
- name: Configure MapBox SDK
484490
run: |

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ platform :ios do
406406
distribute_external: true,
407407
notify_external_testers: true,
408408
changelog: "Thank you for beta testing New Expensify, this version includes bug fixes and improvements.",
409-
groups: ["Beta"],
409+
groups: ["Applause", "Beta Testers", "Expensify Employees"],
410410
demo_account_required: true,
411411
beta_app_review_info: {
412412
contact_email: ENV["APPLE_CONTACT_EMAIL"],

0 commit comments

Comments
 (0)