Skip to content

Commit 3d9d767

Browse files
authored
Update deploy-docs.yml
1 parent 52e4c9c commit 3d9d767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
setAllVars: true
2424

25-
- name: Setting VERSION
26-
run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
27-
25+
- name: Setting VERSION env
26+
run: echo "VERSION=$NBGV_NuGetPackageVersion" >> $GITHUB_ENV
27+
2828
- name: Update tokens in project files
2929
uses: cschleiden/replace-tokens@v1
3030
with:

0 commit comments

Comments
 (0)