Skip to content

Commit d211d72

Browse files
author
Keith Blackstone
committed
cleanup release create
1 parent bae4ac4 commit d211d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-usd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
$releaseExists = $false
5454
"exists=false" | Out-File -FilePath $env:GITHUB_ENV -Append
5555
Write-Output "Release not found: $releaseName -- Creating new one"
56-
gh release create $releaseName --notes "USD built with the following parameters: --build-shared --openimageio --tools --python --debug-python --usd-imaging --build-variant release --use-cxx11-abi=0 (linux)"
56+
gh release create "$releaseName" --title "$releaseName" --notes "USD built with the following parameters: --build-shared --openimageio --tools --python --debug-python --usd-imaging --build-variant release --use-cxx11-abi=0 (linux)"
5757
} else {
5858
$releaseExists = $true
5959
}

0 commit comments

Comments
 (0)