mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Merge (#30) from tomasriveral/workflows-fix
CI: release workflow fix bash
This commit is contained in:
@@ -54,6 +54,6 @@ jobs:
|
|||||||
--base main \
|
--base main \
|
||||||
--head release/v${{ inputs.version }} \
|
--head release/v${{ inputs.version }} \
|
||||||
--title "[Automatic] 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:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user