diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 15b7adc79b..8bc73fd346 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -211,6 +211,7 @@ jobs: if: steps.run_result.outputs.run_result != 'success' id: vars run: | + set -o xtrace echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT if [[ "${{github.ref}}" == "refs/heads/master" ]]; then echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT