Skip to content

Commit c858e65

Browse files
authored
Update dotnet-desktop.yml
1 parent 3a2804d commit c858e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.ref_type == 'tag' }}
3131
env:
3232
TAG: ${{ github.ref_name }}
33-
run: echo "VERSION=${TAG#v.}" >> $GITHUB_ENV
33+
run: echo "VERSION=${TAG#v.}" > $GITHUB_ENV
3434

3535
# Install the .NET Core workload
3636
- name: Install .NET Core

0 commit comments

Comments
 (0)