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