remove node_env varaiable
This commit is contained in:
parent
5029cf38b6
commit
66fadde8da
1 changed files with 0 additions and 1 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -23,7 +23,6 @@ jobs:
|
||||||
# Use production environment specified in GitHub settings
|
# Use production environment specified in GitHub settings
|
||||||
environment: production
|
environment: production
|
||||||
env:
|
env:
|
||||||
NODE_ENV: ${{ secrets.NODE_ENV }}
|
|
||||||
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
|
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue