Skip to content

Commit

Permalink
feature(ci): #RE-1662 no wait for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrique committed Apr 8, 2024
1 parent fd99638 commit 892e8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: ⚙️ Compile android
run: npx eas build --platform android --profile=development --no-wait
run: eas build --platform android --profile=development --no-wait

concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
Expand Down

0 comments on commit 892e8eb

Please sign in to comment.