Skip to content

Commit 7f4953d

Browse files
authored
fix terminator
1 parent f3760c8 commit 7f4953d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ if ($env:NUGET_API_KEY `
8181
if ($null -eq $env:NUGET_API_KEY) {
8282
Write-Output "build: Skipping Nuget publish, API key null"
8383
} else {
84-
Write-Output "build: Skipping Nuget publish reftype: $env:GITHUB_REF_TYPE
84+
Write-Output "build: Skipping Nuget publish reftype: $env:GITHUB_REF_TYPE"
8585
}
8686
}

0 commit comments

Comments
 (0)