Skip to content

Commit 9929d9a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
# VERSION: ${{ github.ref_name }}
3333
run: |
3434
echo "${{ env.VERSION }}"
35-
echo "VERSION = "${{ github.ref_name }}".replace('v.', '')" >> $env:GITHUB_ENV
36-
echo "${{ env.VERSION }}"
35+
$PARSED_VERSION = ${{ github.ref_name }}".replace('v.', '')
36+
echo $PARSED_VERSION
3737
#run: echo "VERSION=${TAG#v.#}" > $GITHUB_ENV
3838

3939
# Install the .NET Core workload

0 commit comments

Comments
 (0)