Skip to content

Commit

Permalink
Fix boolean literal
Browse files Browse the repository at this point in the history
(cherry picked from commit 01ce42d)
  • Loading branch information
jechague committed Apr 13, 2023
1 parent f691fad commit f5e0334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
$pushedToGitHub = 0
$pushedToNuget = 0
$IsInternalOnlyPackage = true
$IsInternalOnlyPackage = $true
Get-ChildItem ".\*.nupkg" -Recurse | ForEach-Object {
$PushToGitHubArgs = @("nuget", "push", $_.FullName, "--source", $Env:GPRFeedURL, "--api-key", "${{ secrets.SECURE_TOKEN }}")
Expand Down

0 comments on commit f5e0334

Please sign in to comment.