Skip to content

Commit

Permalink
fix publishing (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAMA committed Apr 26, 2018
1 parent c53465a commit 887365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerbox.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ task DoInstall {
}

task DoPublish {
if (!$ENV:repo_tag -or !(Test-Path $env:NUGET_API_KEY)) {
if (!$ENV:repo_tag -or !($env:NUGET_API_KEY)) {
[pscustomobject]@{
REPO_TAG = $env:REPO_TAG
API_KEY = [bool]$env:NUGET_API_KEY
Expand Down

0 comments on commit 887365f

Please sign in to comment.