Skip to content

Commit d87d8ee

Browse files
authored
(BSR) fix(eas): update eas.json for production deployment (#18)
1 parent 5bc238b commit d87d8ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eas.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
}
3030
},
3131
"submit": {
32-
"production": {}
32+
"production": {
33+
"ios": {
34+
"ascAppId": "${EXPO_ASC_APP_ID}"
35+
}
36+
}
3337
}
3438
}

0 commit comments

Comments
 (0)