Skip to content

Commit

Permalink
improve CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergemuhundu committed Nov 7, 2023
1 parent 838111e commit 4340b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mobile-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ jobs:
run: cd apps/mobile && eas submit --platform android --latest --non-interactive

- name: Publish to App Store
run: EXPO_APPLE_APP_SPECIFIC_PASSWORD=${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }} eas submit --platform ios --latest --non-interactive
run: eas submit --platform ios --latest --non-interactive
env:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}

0 comments on commit 4340b1f

Please sign in to comment.