Skip to content

Commit ec902f2

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

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

0 commit comments

Comments
 (0)