From 5c4bd6ef166b988a45d9213195edd4f61d8fb590 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Mon, 25 May 2026 17:01:51 +0200 Subject: [PATCH] CI: release workflow fix bash --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66535c1..0f6a8a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,6 @@ jobs: --base main \ --head release/v${{ inputs.version }} \ --title "[Automatic] Release v${{ inputs.version }}" \ - --body "Automated release PR.\nAfter the test's succesfull run, create manually a release with a new tag matching `${{ inputs.version }}`" + --body "Automated release PR.\nAfter the test's succesfull run, create manually a release with a new tag matching ${{ inputs.version }}" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}