fixed env syntax

This commit is contained in:
Jonathan Shook
2023-01-30 18:53:11 -06:00
parent c408ec1a43
commit 822f12e6a1

View File

@@ -219,7 +219,7 @@ jobs:
- name: tag-preview-build
run: |
cd nosqlbench-build-docs
git tag -f ${{ PREVIEW_VERSION }}
git tag -f ${{ env.PREVIEW_VERSION }}
- name: push changes
env: