We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9b350 + f490d96 commit 5597f70Copy full SHA for 5597f70
.github/workflows/release-dev.yaml
@@ -20,6 +20,8 @@ jobs:
20
run: npm i
21
- name: Build development
22
run: npm run build:android-dev
23
+ env:
24
+ EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
25
- name: Create GitHub Release
26
uses: actions/create-release@v1
27
env:
app.config.ts
@@ -23,6 +23,9 @@ const config: ExpoConfig = {
},
extra: {
dbName: 'test',
+ eas: {
+ projectId: process.env.EXPO_PROJECT_ID,
28
+ },
29
30
ios: {
31
supportsTablet: true,
0 commit comments