mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
fix: Quote release title (#2064)
Fix: https://github.com/XRPLF/clio/issues/2063
This commit is contained in:
2
.github/workflows/release_impl.yml
vendored
2
.github/workflows/release_impl.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
run: |
|
||||
gh release create ${{ inputs.version }} \
|
||||
${{ inputs.overwrite_release && '--prerelease' || '' }} \
|
||||
--title ${{ inputs.title }} \
|
||||
--title "${{ inputs.title }}" \
|
||||
--target $GITHUB_SHA \
|
||||
--notes-file "${RUNNER_TEMP}/release_notes.md" \
|
||||
./release_artifacts/clio_server*
|
||||
|
||||
Reference in New Issue
Block a user