diff --git a/.github/workflows/eas-preview-build.yml b/.github/workflows/eas-preview-build.yml index e9e94090..6c3a6564 100644 --- a/.github/workflows/eas-preview-build.yml +++ b/.github/workflows/eas-preview-build.yml @@ -18,6 +18,7 @@ jobs: permissions: contents: read pull-requests: write + issues: write steps: - name: 🏗 Setup repository @@ -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 diff --git a/apps/main/app.json b/apps/main/app.json index 9f4d78c0..152ad252 100644 --- a/apps/main/app.json +++ b/apps/main/app.json @@ -2,6 +2,7 @@ "expo": { "name": "WooCommerce POS", "slug": "wcpos", + "owner": "wcpos", "version": "2.0.0", "orientation": "default", "icon": "./assets/images/icon.png", @@ -44,7 +45,7 @@ "origin": false }, "eas": { - "projectId": "05556eec-b15d-4511-a2ef-0d9ee958a2b6" + "projectId": "eb1b6e66-92d7-47f5-b93f-95bf51287f60" } } }