From f6baf490fb5a4baddf0e9afa88eb25bc5ab4994c Mon Sep 17 00:00:00 2001 From: herrrta <73949927+herrrta@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:42:52 -0400 Subject: [PATCH] chore: add environment names to builds --- eas.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eas.json b/eas.json index a0282a7b..f0d75187 100644 --- a/eas.json +++ b/eas.json @@ -5,6 +5,7 @@ }, "build": { "development": { + "environment": "development", "developmentClient": true, "distribution": "internal", "android": { @@ -15,6 +16,7 @@ } }, "development_tv": { + "environment": "development", "developmentClient": true, "distribution": "internal", "android": { @@ -26,12 +28,14 @@ } }, "preview": { + "environment": "development", "distribution": "internal", "env": { "EXPO_PUBLIC_WRITE_DEBUG": "1" } }, "development-simulator": { + "environment": "development", "developmentClient": true, "distribution": "internal", "ios": { @@ -42,12 +46,14 @@ } }, "production": { + "environment": "production", "channel": "0.28.0", "android": { "image": "latest" } }, "production-apk": { + "environment": "production", "channel": "0.28.0", "android": { "buildType": "apk", @@ -55,6 +61,7 @@ } }, "production-apk-tv": { + "environment": "production", "channel": "0.28.0", "android": { "buildType": "apk",