We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a337345 commit ecc4125Copy full SHA for ecc4125
.github/workflows/main.yml
@@ -154,7 +154,7 @@ jobs:
154
(ConvertTo-SecureString -String $env:GITHUB_TOKEN -AsPlainText -Force)))
155
# Promote release
156
$rel = Get-GitHubRelease `
157
- | Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") } `
+ | Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") }
158
Set-GitHubRelease -Release $rel.id -Draft:$false
159
Write-Output "::set-output name=RELEASE_URL::$($rel.html_url)"
160
outputs:
0 commit comments