Invalid syntax in deploy.yml
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -19,8 +19,8 @@ jobs:
|
|||||||
- run: make dist-deploy
|
- run: make dist-deploy
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
env:
|
env:
|
||||||
CIRCLE_BRANCH: ${{GITHUB_REF_NAME}}
|
CIRCLE_BRANCH: "${GITHUB_REF_NAME}"
|
||||||
- run: make dist-deploy
|
- run: make dist-deploy
|
||||||
if: github.event_name == 'create'
|
if: github.event_name == 'create'
|
||||||
env:
|
env:
|
||||||
CIRCLE_TAG: ${{GITHUB_REF_NAME}}
|
CIRCLE_TAG: "${GITHUB_REF_NAME}"
|
||||||
|
Reference in New Issue
Block a user