Skip to content

Commit

Permalink
Merge pull request #51693 from Expensify/andrew-beta-groups
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
AndrewGable authored and OSBotify committed Oct 29, 2024
1 parent 419be3a commit 349111a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ jobs:
- name: Update submodule
run: |
git submodule update --init
# Update submodule to latest on staging
git fetch
git checkout staging
- name: Configure MapBox SDK
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
Expand Down Expand Up @@ -479,6 +482,9 @@ jobs:
- name: Update submodule
run: |
git submodule update --init
# Update submodule to latest on staging
git fetch
git checkout staging
- name: Configure MapBox SDK
run: |
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ platform :ios do
distribute_external: true,
notify_external_testers: true,
changelog: "Thank you for beta testing New Expensify, this version includes bug fixes and improvements.",
groups: ["Beta"],
groups: ["Applause", "Beta Testers", "Expensify Employees"],
demo_account_required: true,
beta_app_review_info: {
contact_email: ENV["APPLE_CONTACT_EMAIL"],
Expand Down

0 comments on commit 349111a

Please sign in to comment.