Skip to content

Commit 05d4607

Browse files
authored
Update dotnet-desktop.yml
1 parent 2501b29 commit 05d4607

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-
$env:VERSION = "${{ github.ref_name }}".replace('v.', '')
35+
"${{ env.VERSION }}" = "${{ github.ref_name }}".replace('v.', '')
3636
echo "${{ env.VERSION }}"
3737
#run: echo "VERSION=${TAG#v.#}" > $GITHUB_ENV
3838

0 commit comments

Comments
 (0)