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 }}