Fix release tagging (#4741)
This commit is contained in:
parent
f5142f24e9
commit
826008b580
|
@ -279,6 +279,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: v${{ github.event.inputs.version }}
|
||||
commitish: ${{ needs.prepare-release-branch.outputs.release-branch-name }}
|
||||
release_name: Release v${{ github.event.inputs.version }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
|
|
@ -195,6 +195,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: v${{ github.event.inputs.version }}
|
||||
commitish: ${{ github.event.inputs.release-branch-name }}
|
||||
release_name: Release v${{ github.event.inputs.version }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
|
Loading…
Reference in New Issue