fix release tag creation
This commit is contained in:
parent
02b3321ed6
commit
15e24ad19f
1 changed files with 5 additions and 4 deletions
9
.github/workflows/release_stable.yml
vendored
9
.github/workflows/release_stable.yml
vendored
|
@ -56,11 +56,12 @@ jobs:
|
|||
steps:
|
||||
- name: Create repository release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: elgohr/Github-Release-Action@v5
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ needs.check_release.outputs.version }}
|
||||
name: ${{ needs.check_release.outputs.version }}
|
||||
draft: false
|
||||
title: Dotclear ${{ needs.check_release.outputs.version }}
|
||||
tag: ${{ needs.check_release.outputs.version }}
|
||||
prerelease: false
|
||||
|
||||
do_image:
|
||||
|
|
Loading…
Reference in a new issue