From 5860a90b945e9a160c12b183daf12f50002cbac0 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 30 Apr 2025 11:46:44 +0100 Subject: [PATCH] fix: Quote release title (#2064) Fix: https://github.com/XRPLF/clio/issues/2063 --- .github/workflows/release_impl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_impl.yml b/.github/workflows/release_impl.yml index 12eb551e9..08b8b666a 100644 --- a/.github/workflows/release_impl.yml +++ b/.github/workflows/release_impl.yml @@ -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*