Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl authored Sep 10, 2021
1 parent 6d65b85 commit ac3b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
(ConvertTo-SecureString -String $env:GITHUB_TOKEN -AsPlainText -Force)))
# Promote release
$rel = Get-GitHubRelease `
| Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") } `
| Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") }
Set-GitHubRelease -Release $rel.id -Draft:$false
Write-Output "::set-output name=RELEASE_URL::$($rel.html_url)"
outputs:
Expand Down

0 comments on commit ac3b32d

Please sign in to comment.