Skip to content

Commit

Permalink
fix: EAS build
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Jul 29, 2024
1 parent 819fe67 commit 3aca6a5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Debug semantic release output
run: |
echo ${{ steps.semantic.outputs }}
- name: Build on EAS
working-directory: mobile
if: steps.semantic.outputs.new_release_version == 'true'
run: eas build --platform all --non-interactive --no-wait
if: steps.semantic.outputs.new_release_published == 'true'
run: |
echo ${{ steps.semantic.outputs.new_release_version }}
eas build --platform all --non-interactive --no-wait

0 comments on commit 3aca6a5

Please sign in to comment.