Skip to content

Commit

Permalink
feat: link to expo project
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 27, 2024
1 parent 15b58aa commit e3eb7b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: npm install
- name: 🚀 Publish app
run: eas update --channel dev --message "new main release"
- 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
7 changes: 7 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ export default {
experiments: {
typedRoutes: true,
},
"expo": {
"extra": {
"eas": {
"projectId": "6002db10-a1bc-4c3a-9332-f42d17dbd6a2"
}
}
}
};

0 comments on commit e3eb7b4

Please sign in to comment.