Skip to content

Commit

Permalink
fix: new output duplicate log info
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Jan 2, 2023
1 parent 1b53ec9 commit 7679d50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions functions/New-GithubRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Write-Host "current-version=$Private:currentVersion" >> $env:GITHUB_OUTPUT
Write-Host "bump-type=$Private:bumpType" >> $env:GITHUB_OUTPUT
Write-Host "next-version=$Private:nextVersion" >> $env:GITHUB_OUTPUT

Write-Output "current-version: $Private:currentVersion"
Write-Output "bump-type: $Private:bumpType"
Write-Output "next-version: $Private:nextVersion"

if ($PSCmdlet.ShouldProcess($private:nextVersion, 'gh release create')) {
if (($null -eq $Pattern) -or ('' -eq $Pattern)) {
gh release create "$private:nextVersion" --generate-notes --repo "$RepositoryName"
Expand Down

0 comments on commit 7679d50

Please sign in to comment.