Skip to content

Commit

Permalink
upload to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-wedensday committed Apr 18, 2024
1 parent 52075bf commit 7e187ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ jobs:
EXPO_CLI_YES: 1
run: |
eas init --non-interactive --id 3d81ac4a-f8fe-4ba4-99d0-0623c7780991 --force
eas update --auto --non-interactive
eas update --auto --non-interactive
- name: 🚀 Upload to TestFlight
env:
EXPO_CLI_YES: 1
run: eas submit --platform ios --release-channel default

0 comments on commit 7e187ae

Please sign in to comment.