Skip to content

Commit cbedab3

Browse files
bealqiuclaude
andcommitted
fix(ci): use production APP_VARIANT for release APK build
The preview EAS profile was setting APP_VARIANT=preview, causing the Android package to be com.readany.app.preview instead of com.readany.app. This made the release APK install as a separate app. Override with APP_VARIANT=production in the CI env so the correct production identifier is used. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9050606 commit cbedab3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
- name: Build Android APK (Local)
114114
env:
115115
EXPO_PUBLIC_FEEDBACK_WORKER_URL: ${{ secrets.FEEDBACK_WORKER_URL }}
116+
APP_VARIANT: production
116117
run: |
117118
VERSION=${GITHUB_REF_NAME#v}
118119
cd packages/app-expo

0 commit comments

Comments
 (0)