We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2804d commit c858e65Copy full SHA for c858e65
.github/workflows/dotnet-desktop.yml
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ github.ref_type == 'tag' }}
31
env:
32
TAG: ${{ github.ref_name }}
33
- run: echo "VERSION=${TAG#v.}" >> $GITHUB_ENV
+ run: echo "VERSION=${TAG#v.}" > $GITHUB_ENV
34
35
# Install the .NET Core workload
36
- name: Install .NET Core
0 commit comments