We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29801f9 commit 5ec48bbCopy full SHA for 5ec48bb
1 file changed
.github/workflows/CI-CD-Docs.yml
@@ -9,7 +9,7 @@ on:
9
- '!.github/**'
10
11
env:
12
- VERSION: '1.0.0-beta-7'
+ VERSION: ''
13
14
jobs:
15
build:
@@ -22,7 +22,7 @@ jobs:
22
with:
23
setAllVars: true
24
- name: Setting VERSION
25
- run: echo "::set-env name=VERSION::NBGV_NuGetPackageVersion"
+ run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
26
- name: Update tokens in project files
27
uses: cschleiden/replace-tokens@v1
28
0 commit comments