We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2501b29 commit 05d4607Copy full SHA for 05d4607
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -32,7 +32,7 @@ jobs:
32
# VERSION: ${{ github.ref_name }}
33
run: |
34
echo "${{ env.VERSION }}"
35
- $env:VERSION = "${{ github.ref_name }}".replace('v.', '')
+ "${{ env.VERSION }}" = "${{ github.ref_name }}".replace('v.', '')
36
37
#run: echo "VERSION=${TAG#v.#}" > $GITHUB_ENV
38
0 commit comments