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 5ec48bb commit 4dceaa3Copy full SHA for 4dceaa3
.github/workflows/CI-CD-Docs.yml
@@ -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::$(echo $NBGV_NuGetPackageVersion)
26
- name: Update tokens in project files
27
uses: cschleiden/replace-tokens@v1
28
0 commit comments