Skip to content

Commit 5597f70

Browse files
authored
Merge pull request #6 from amarjanica/feature/with-play-internal-test-track
add expo project
2 parents 5a9b350 + f490d96 commit 5597f70

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release-dev.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: npm i
2121
- name: Build development
2222
run: npm run build:android-dev
23+
env:
24+
EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
2325
- name: Create GitHub Release
2426
uses: actions/create-release@v1
2527
env:

app.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ const config: ExpoConfig = {
2323
},
2424
extra: {
2525
dbName: 'test',
26+
eas: {
27+
projectId: process.env.EXPO_PROJECT_ID,
28+
},
2629
},
2730
ios: {
2831
supportsTablet: true,

0 commit comments

Comments
 (0)