Skip to content

Commit ecc4125

Browse files
authored
Update main.yml
1 parent a337345 commit ecc4125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
(ConvertTo-SecureString -String $env:GITHUB_TOKEN -AsPlainText -Force)))
155155
# Promote release
156156
$rel = Get-GitHubRelease `
157-
| Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") } `
157+
| Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") }
158158
Set-GitHubRelease -Release $rel.id -Draft:$false
159159
Write-Output "::set-output name=RELEASE_URL::$($rel.html_url)"
160160
outputs:

0 commit comments

Comments
 (0)