Skip to content

Commit f76222b

Browse files
authored
Merge pull request #47 from Central-MakeUs/hotfix/mobile-testflight-workflow
ci: fix TestFlight auto submit command
2 parents ccc574e + 2e7ac6d commit f76222b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/mobile-testflight.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- package.json
1111
- pnpm-lock.yaml
1212
- pnpm-workspace.yaml
13-
- .github/workflows/mobile-testflight.yml
1413
workflow_dispatch:
1514

1615
permissions:
@@ -53,4 +52,4 @@ jobs:
5352

5453
- name: Build and submit iOS app
5554
working-directory: apps/mobile-shell
56-
run: eas build --platform ios --profile production --non-interactive --auto-submit --auto-submit-with-profile production
55+
run: eas build --platform ios --profile production --non-interactive --auto-submit

0 commit comments

Comments
 (0)