mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fixed env syntax
This commit is contained in:
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
@@ -219,7 +219,7 @@ jobs:
|
|||||||
- name: tag-preview-build
|
- name: tag-preview-build
|
||||||
run: |
|
run: |
|
||||||
cd nosqlbench-build-docs
|
cd nosqlbench-build-docs
|
||||||
git tag -f ${{ PREVIEW_VERSION }}
|
git tag -f ${{ env.PREVIEW_VERSION }}
|
||||||
|
|
||||||
- name: push changes
|
- name: push changes
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user