Skip to content

Commit f4f88db

Browse files
chore(qabuild): fix eas qa build action
1 parent af70991 commit f4f88db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/eas-build/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ runs:
7070
eas-version: latest
7171
token: ${{ inputs.EXPO_TOKEN }}
7272

73-
- name: ⚙️ Run Prebuild
74-
run: pnpm prebuild:${{ inputs.APP_ENV }}
75-
shell: bash
76-
7773
- name: 📱 Run Android Build
7874
if: ${{ inputs.ANDROID == 'true' }}
7975
run: pnpm build:${{ inputs.APP_ENV }}:android --non-interactive --no-wait --message "Build ${{ inputs.APP_ENV }} ${{ inputs.VERSION }}"

0 commit comments

Comments
 (0)