Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 28, 2024
1 parent 2d52eec commit 399a9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 📦 Install dependencies
run: npm install
- name: 🚀 Publish app
run: eas update --channel dev --message "new main release"
run: eas update --channel dev --message "new main release"
- name: 🚀 Build on EAS
if: startsWith(github.event.head_commit.message,'v1.')
if: startsWith(github.event.head_commit.message,'v0.')
run: eas build --platform all --profile production --non-interactive --no-wait --auto-submit

0 comments on commit 399a9f0

Please sign in to comment.