Skip to content

Commit

Permalink
Merge pull request #3293 from ever-co/tiny/update
Browse files Browse the repository at this point in the history
Update eas publish command
  • Loading branch information
Sergemuhundu authored Nov 9, 2024
2 parents ad4cc4b + 6cdee6e commit d8e2ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile.apps.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: cd apps/mobile && eas build --profile production --platform ios --non-interactive

- name: Publish update
run: cd apps/mobile && eas update --auto --profile production --platform ios --non-interactive
run: cd apps/mobile && eas update --auto --platform ios --non-interactive

- name: Upload App build to App store
run: cd apps/mobile && eas submit --profile production --platform ios --latest --non-interactive
2 changes: 1 addition & 1 deletion .github/workflows/mobile.apps.stage.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: cd apps/mobile && eas build --profile internal --platform ios --non-interactive

- name: Publish update
run: cd apps/mobile && eas update --auto --profile internal --platform ios --non-interactive
run: cd apps/mobile && eas update --auto --platform ios --non-interactive

- name: Upload App build to App store
run: cd apps/mobile && eas submit --profile internal --platform ios --latest --non-interactive

0 comments on commit d8e2ad7

Please sign in to comment.