Merge (#30) from tomasriveral/workflows-fix

CI: release workflow fix bash
This commit is contained in:
2026-05-25 17:02:22 +02:00
committed by GitHub
+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 }}