Skip to content

Commit

Permalink
fix:build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 26, 2024
1 parent e496c02 commit 15b58aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: npm install
- name: 🚀 Publish app
run: expo publish --non-interactive
- name: 🚀 Build on EAS
if: startsWith(github.event.head_commit.message,'v1.')
run: eas build --platform all --profile production --non-interactive --no-wait --auto-submit

0 comments on commit 15b58aa

Please sign in to comment.