There was an error while loading. Please reload this page.
1 parent 8e46d63 commit 37e92cfCopy full SHA for 37e92cf
1 file changed
.github/workflows/mobile-expo.yaml
@@ -37,7 +37,7 @@ jobs:
37
eas-version: latest
38
token: ${{ secrets.EXPO_TOKEN }}
39
- run: pnpm install --frozen-lockfile
40
- - run: eas build --profile ${{ inputs.profile }} ${{ inputs.profile == 'production' && '--auto-submit' || '' }} --platform all --non-interactive --no-wait
+ - run: eas build --profile ${{ inputs.profile }} --platform all --non-interactive --no-wait
41
- run: eas update --auto --channel ${{ inputs.profile }} --platform all --non-interactive
42
- run: echo "release=$(node -e 'console.log(require(`./src/generated/release`))')" >> $GITHUB_OUTPUT
43
id: release
0 commit comments