Skip to content

Commit 4dceaa3

Browse files
committed
Docs: workflow
1 parent 5ec48bb commit 4dceaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
setAllVars: true
2424
- name: Setting VERSION
25-
run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
25+
run: echo ::set-env name=VERSION::$(echo $NBGV_NuGetPackageVersion)
2626
- name: Update tokens in project files
2727
uses: cschleiden/replace-tokens@v1
2828
with:

0 commit comments

Comments
 (0)