mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-11 18:18:36 +02:00
CI: fix release workflow uncorrect branch
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user