Skip to content

Commit 5ec48bb

Browse files
committed
Docs: workflow
1 parent 29801f9 commit 5ec48bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '!.github/**'
1010

1111
env:
12-
VERSION: '1.0.0-beta-7'
12+
VERSION: ''
1313

1414
jobs:
1515
build:
@@ -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::$NBGV_NuGetPackageVersion"
2626
- name: Update tokens in project files
2727
uses: cschleiden/replace-tokens@v1
2828
with:

0 commit comments

Comments
 (0)