fix: Quote release title (#2064)

Fix: https://github.com/XRPLF/clio/issues/2063
This commit is contained in:
Ayaz Salikhov
2025-04-30 11:46:44 +01:00
committed by GitHub
parent f2f342f7c2
commit 5860a90b94

View File

@@ -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*