possible fix for bad node_env pass
This commit is contained in:
parent
8fe37df34e
commit
e99a94df87
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
|
|
@ -220,7 +220,7 @@ jobs:
|
|||
working-directory: app/client
|
||||
# tag will be either "push" or "pull_request_target"
|
||||
tag: ${{ github.event_name }}
|
||||
env: "NODE_ENV:development"
|
||||
env: 'NODE_ENV=development'
|
||||
|
||||
# Upload the screenshots as artifacts if there's a failure
|
||||
- uses: actions/upload-artifact@v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user