Skip to content

Commit

Permalink
Merge pull request #1729 from ever-co/ci/mobile-devops
Browse files Browse the repository at this point in the history
fix small issue
  • Loading branch information
evereq authored Nov 7, 2023
2 parents 54c3392 + 92c5c3d commit 952af57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload to Play Store Console
run: cd apps/mobile && eas submit --platform android --latest --non-interactive

- name: Publish to App Store
run: eas submit --platform ios --latest --non-interactive
- name: Deploy to App Store
run: cd apps/mobile && eas submit --platform ios --latest --non-interactive
env:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}

0 comments on commit 952af57

Please sign in to comment.