We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccc574e + 2e7ac6d commit f76222bCopy full SHA for f76222b
1 file changed
.github/workflows/mobile-testflight.yml
@@ -10,7 +10,6 @@ on:
10
- package.json
11
- pnpm-lock.yaml
12
- pnpm-workspace.yaml
13
- - .github/workflows/mobile-testflight.yml
14
workflow_dispatch:
15
16
permissions:
@@ -53,4 +52,4 @@ jobs:
53
52
54
- name: Build and submit iOS app
55
working-directory: apps/mobile-shell
56
- run: eas build --platform ios --profile production --non-interactive --auto-submit --auto-submit-with-profile production
+ run: eas build --platform ios --profile production --non-interactive --auto-submit
0 commit comments