Skip to content

Commit

Permalink
fix terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
EEParker authored Apr 3, 2024
1 parent f3760c8 commit 7f4953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ if ($env:NUGET_API_KEY `
if ($null -eq $env:NUGET_API_KEY) {
Write-Output "build: Skipping Nuget publish, API key null"
} else {
Write-Output "build: Skipping Nuget publish reftype: $env:GITHUB_REF_TYPE
Write-Output "build: Skipping Nuget publish reftype: $env:GITHUB_REF_TYPE"
}
}

0 comments on commit 7f4953d

Please sign in to comment.