release name must be tag name
This commit is contained in:
parent
52d51ae5c8
commit
c6a086f6b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_stable.yml
vendored
2
.github/workflows/release_stable.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
title: Dotclear ${{ needs.check_release.outputs.version }}
|
title: ${{ needs.check_release.outputs.version }}
|
||||||
tag: ${{ needs.check_release.outputs.version }}
|
tag: ${{ needs.check_release.outputs.version }}
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue