We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39d21e commit 3dfc817Copy full SHA for 3dfc817
1 file changed
.github/workflows/client-build.yml
@@ -152,7 +152,7 @@ jobs:
152
echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT
153
fi
154
if [[ "${{github.ref}}" == "refs/heads/release" ]]; then
155
- echo "REACT_APP_ENVIRONMENT=STAGING" >> $GITHUB_OUTPUT
+ echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT
156
157
158
# We burn React environment & the Segment analytics key into the build itself.
0 commit comments