ci: Add xtrace to client-build's version calc step
This commit is contained in:
parent
6a2d529d95
commit
c03bfc1c64
1
.github/workflows/client-build.yml
vendored
1
.github/workflows/client-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user