Skip to content

Commit 92effb1

Browse files
committed
Fix missing trailing quote in the release pipeline
1 parent 0f5b883 commit 92effb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet-version: 3.1.x
2424
- run: dotnet tool update -g dotnet-vs
2525
- name: set version
26-
run: echo "::set-env name=VERSION::${GITHUB_REF#refs/*/v}
26+
run: echo "::set-env name=VERSION::${GITHUB_REF#refs/*/v}"
2727
- run: echo "::set-env name=MSB::$(vs where preview --prop=InstallationPath)"
2828
- run: vs install preview --quiet +Microsoft.VisualStudio.Component.ManagedDesktop.Core +Microsoft.NetCore.Component.DevelopmentTools
2929
if: env.MSB == ''

0 commit comments

Comments
 (0)