Skip to content

Commit 37e92cf

Browse files
committed
👷 github: disable eas auto-submit
1 parent 8e46d63 commit 37e92cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mobile-expo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
eas-version: latest
3838
token: ${{ secrets.EXPO_TOKEN }}
3939
- run: pnpm install --frozen-lockfile
40-
- run: eas build --profile ${{ inputs.profile }} ${{ inputs.profile == 'production' && '--auto-submit' || '' }} --platform all --non-interactive --no-wait
40+
- run: eas build --profile ${{ inputs.profile }} --platform all --non-interactive --no-wait
4141
- run: eas update --auto --channel ${{ inputs.profile }} --platform all --non-interactive
4242
- run: echo "release=$(node -e 'console.log(require(`./src/generated/release`))')" >> $GITHUB_OUTPUT
4343
id: release

0 commit comments

Comments
 (0)