Skip to content

Commit

Permalink
Fix the GHA for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Mar 7, 2024
1 parent 3f0664c commit c007c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chocolatey-AU.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ task Build Clean, InstallGitVersion, ScriptAnalyzer, {

$gitversion = gitversion.exe
$gitversion | Out-String -Width 120 | Write-Host
$versionInfo = $gitversion | ConvertFrom-Json
$versionInfo = $gitversion 2>$null | ConvertFrom-Json
$manifestUpdates = @{
Path = $manifest.FullName
ModuleVersion = $versionInfo.MajorMinorPatch
Expand Down

0 comments on commit c007c0e

Please sign in to comment.