mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-11 18:18:36 +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 \
|
||||
--head 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:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user