CI: fix release workflow uncorrect branch

This commit is contained in:
2026-05-27 17:35:42 +02:00
parent e86d7e7e03
commit 34a2546990
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
run: | run: |
gh pr create \ gh pr create \
--base main \ --base main \
--head release/v${{ inputs.version }} \ --head release/${{ inputs.version }} \
--title "[Automatic] Release PR ${{ inputs.version }}" \ --title "[Automatic] Release PR ${{ 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: env: