From 3dfc817bebe834cdf979388915a0d19b7494a30a Mon Sep 17 00:00:00 2001 From: Nidhi Date: Tue, 15 Apr 2025 19:26:59 +0530 Subject: [PATCH] Update client-build.yml (#40259) --- .github/workflows/client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 88ade3eed8..03681e1eab 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -152,7 +152,7 @@ jobs: echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT fi if [[ "${{github.ref}}" == "refs/heads/release" ]]; then - echo "REACT_APP_ENVIRONMENT=STAGING" >> $GITHUB_OUTPUT + echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT fi # We burn React environment & the Segment analytics key into the build itself.