Skip to content

Commit 27d6033

Browse files
authored
[ci] fix EAS Build CI workflows (expo#18744)
1 parent 60392ac commit 27d6033

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

apps/eas-expo-go/app.config.ts

+25
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,51 @@ const mapBuildProfileToConfig: Record<string, ExpoConfig> = {
1010
...base,
1111
slug: 'versioned-expo-go-add-sdk',
1212
name: 'Expo Go (versioned) + add sdk',
13+
extra: {
14+
eas: {
15+
projectId: '8550a402-d28f-4437-af87-2fb77b576c3f',
16+
},
17+
},
1318
},
1419
'versioned-client': {
1520
...base,
1621
slug: 'versioned-expo-go',
1722
name: 'Expo Go (versioned)',
23+
extra: {
24+
eas: {
25+
projectId: '97ab66f4-49e2-4ec7-85cc-922c56a68bae',
26+
},
27+
},
1828
},
1929
'versioned-client-signed': {
2030
...base,
2131
slug: 'versioned-expo-go',
2232
name: 'Expo Go (versioned)',
33+
extra: {
34+
eas: {
35+
projectId: '97ab66f4-49e2-4ec7-85cc-922c56a68bae',
36+
},
37+
},
2338
},
2439
'versioned-client-signed-apk': {
2540
...base,
2641
slug: 'versioned-expo-go',
2742
name: 'Expo Go (versioned)',
43+
extra: {
44+
eas: {
45+
projectId: '97ab66f4-49e2-4ec7-85cc-922c56a68bae',
46+
},
47+
},
2848
},
2949
'unversioned-client': {
3050
...base,
3151
slug: 'unversioned-expo-go',
3252
name: 'Expo Go (unversioned)',
53+
extra: {
54+
eas: {
55+
projectId: '09066dbe-ef65-460e-9201-b7aa931abbf4',
56+
},
57+
},
3358
},
3459
};
3560

0 commit comments

Comments
 (0)