Skip to content

Commit 3dfc817

Browse files
authored
Update client-build.yml (appsmithorg#40259)
1 parent b39d21e commit 3dfc817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/client-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT
153153
fi
154154
if [[ "${{github.ref}}" == "refs/heads/release" ]]; then
155-
echo "REACT_APP_ENVIRONMENT=STAGING" >> $GITHUB_OUTPUT
155+
echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT
156156
fi
157157
158158
# We burn React environment & the Segment analytics key into the build itself.

0 commit comments

Comments
 (0)