Skip to content

Commit 248777e

Browse files
authored
Update dotnet-desktop.yml
1 parent ec902f2 commit 248777e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# VERSION: ${{ github.ref_name }}
3333
run: |
3434
echo "${{ env.VERSION }}"
35-
echo "VERSION = "${{ github.ref_name }}".replace('v.', '')" >> $GITHUB_ENV
35+
echo "VERSION = "${{ github.ref_name }}".replace('v.', '')" >> $env:GITHUB_ENV
3636
echo "${{ env.VERSION }}"
3737
#run: echo "VERSION=${TAG#v.#}" > $GITHUB_ENV
3838

0 commit comments

Comments
 (0)