CI: release workflow fix bash

This commit is contained in:
2026-05-25 17:01:51 +02:00
parent fcb853e36a
commit 5c4bd6ef16
+1 -1
View File
@@ -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 }}