Skip to content

Commit 54f0cb0

Browse files
committed
Docs: index
1 parent 9fb68ae commit 54f0cb0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
- '!docs/**'
99
- '!.github/**'
1010

11-
env:
12-
VERSION: ''
13-
1411
jobs:
1512
build:
1613
runs-on: windows-latest
@@ -22,7 +19,7 @@ jobs:
2219
with:
2320
setAllVars: true
2421
- name: Setting VERSION
25-
run: echo ::set-env name=VERSION::$(echo $NBGV_NuGetPackageVersion)
22+
run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
2623
- name: Update tokens in project files
2724
uses: cschleiden/replace-tokens@v1
2825
with:

0 commit comments

Comments
 (0)