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:
|
steps:
|
||||||
- name: Create repository release
|
- name: Create repository release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: elgohr/Github-Release-Action@v5
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.check_release.outputs.version }}
|
title: Dotclear ${{ needs.check_release.outputs.version }}
|
||||||
name: ${{ needs.check_release.outputs.version }}
|
tag: ${{ needs.check_release.outputs.version }}
|
||||||
draft: false
|
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
do_image:
|
do_image:
|
||||||
|
|
Loading…
Reference in a new issue