Skip to content

Commit

Permalink
🐛 fix ios ?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed May 16, 2024
1 parent 7b67af7 commit d6f9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expo.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run Local Build for iOS
working-directory: ./apps/expo
run: |
eas build --profile preview --platform android --local --non-interactive
eas build --profile preview --platform ios --local --non-interactive
env:
EXPO_PUBLIC_IOS_CLIENT_ID: ${{ secrets.EXPO_PUBLIC_IOS_CLIENT_ID }}

Expand Down

0 comments on commit d6f9c01

Please sign in to comment.