Skip to content

Commit

Permalink
Fix package validation
Browse files Browse the repository at this point in the history
Fix the package validation job not failing if there are any issues.
  • Loading branch information
martincostello authored May 29, 2024
1 parent 5f37a66 commit 5512062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
}
if ($invalidPackages -gt 0) {
Write-Output "::error::$invalidPackages NuGet package(s) failed validation."
return 1
}
publish-feedz-io:
Expand Down

0 comments on commit 5512062

Please sign in to comment.