Skip to content

Commit

Permalink
tweak CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 14, 2025
1 parent 642f222 commit 88708c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/eas-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write

steps:
- name: 🏗 Setup repository
Expand All @@ -35,5 +36,6 @@ jobs:
- name: 🚀 Create preview
uses: expo/expo-github-action/preview@v8
with:
command: eas update --auto --non-interactive
working-directory: apps/main
command: eas update --auto --branch=pr-${{ github.event.number }}
comment: true
3 changes: 2 additions & 1 deletion apps/main/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "WooCommerce POS",
"slug": "wcpos",
"owner": "wcpos",
"version": "2.0.0",
"orientation": "default",
"icon": "./assets/images/icon.png",
Expand Down Expand Up @@ -44,7 +45,7 @@
"origin": false
},
"eas": {
"projectId": "05556eec-b15d-4511-a2ef-0d9ee958a2b6"
"projectId": "eb1b6e66-92d7-47f5-b93f-95bf51287f60"
}
}
}
Expand Down

0 comments on commit 88708c3

Please sign in to comment.