Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .eas/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ jobs:

build_android:
name: Build Android
needs: [get_android_build, set_version]
if: ${{ !needs.get_android_build.outputs.build_id }}
needs: [set_version]
type: build
params:
platform: android
profile: production

build_ios:
name: Build iOS
needs: [get_ios_build, set_version]
if: ${{ !needs.get_ios_build.outputs.build_id }}
needs: [set_version]
type: build
params:
platform: ios
Expand Down
Loading