From 34a2546990f3f1aa587a2f56a00ffe2958fe291d Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Wed, 27 May 2026 17:35:42 +0200 Subject: [PATCH] CI: fix release workflow uncorrect branch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4245e9f..7b29f60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: