Skip to content

Commit

Permalink
CI: improve ios pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergemuhundu committed Nov 9, 2023
1 parent a5b3321 commit 57e21e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/mobile.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
- name: Upload to Play Store Console
run: cd apps/mobile && eas submit --platform android --latest --non-interactive

- name: Deploy to App Store
run: cd apps/mobile && eas submit --platform ios --latest --non-interactive
- name: Upload App build to App store
env:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
ascAppId: ${{ secrets.APPLE_ID }}
ascApiKeyIssuerId: ${{ secrets.APPSTORE_ISSUER_ID }}
ascApiKeyId: ${{ secrets.APPSTORE_API_KEY_ID }}
ascApiKey: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
run: cd apps/mobile && eas submit --platform ios --latest --non-interactive

0 comments on commit 57e21e5

Please sign in to comment.