Merge (#40) from tomasriveral/fix-release-workflow-electric-bogaloo

CI: fix release workflow uncorrect branch
This commit is contained in:
2026-05-27 17:38:57 +02:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
run: |
gh pr create \
--base main \
--head release/v${{ inputs.version }} \
--head release/${{ 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 }}"
env: