Skip to content

Commit

Permalink
chore(qabuild): fix eas qa build action
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandatoledo committed Aug 7, 2024
1 parent af70991 commit f4f88db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/eas-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ runs:
eas-version: latest
token: ${{ inputs.EXPO_TOKEN }}

- name: ⚙️ Run Prebuild
run: pnpm prebuild:${{ inputs.APP_ENV }}
shell: bash

- name: 📱 Run Android Build
if: ${{ inputs.ANDROID == 'true' }}
run: pnpm build:${{ inputs.APP_ENV }}:android --non-interactive --no-wait --message "Build ${{ inputs.APP_ENV }} ${{ inputs.VERSION }}"
Expand Down

0 comments on commit f4f88db

Please sign in to comment.