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 9fb68ae commit 54f0cb0Copy full SHA for 54f0cb0
1 file changed
.github/workflows/CI-CD-Docs.yml
@@ -8,9 +8,6 @@ on:
8
- '!docs/**'
9
- '!.github/**'
10
11
-env:
12
- VERSION: ''
13
-
14
jobs:
15
build:
16
runs-on: windows-latest
@@ -22,7 +19,7 @@ jobs:
22
19
with:
23
20
setAllVars: true
24
21
- name: Setting VERSION
25
- run: echo ::set-env name=VERSION::$(echo $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