ci: Add xtrace to client-build's version calc step

This commit is contained in:
Shrikant Sharat Kandula 2023-12-05 20:12:56 +05:30 committed by GitHub
parent 6a2d529d95
commit c03bfc1c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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