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 bae4ac4 commit d211d72Copy full SHA for d211d72
.github/workflows/create-usd-release.yml
@@ -53,7 +53,7 @@ jobs:
53
$releaseExists = $false
54
"exists=false" | Out-File -FilePath $env:GITHUB_ENV -Append
55
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)"
+ 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)"
57
} else {
58
$releaseExists = $true
59
}
0 commit comments