fix unwanted release draft
This commit is contained in:
parent
d06f5c9412
commit
d9719891fa
1 changed files with 4 additions and 3 deletions
7
.github/workflows/release_stable.yml
vendored
7
.github/workflows/release_stable.yml
vendored
|
@ -60,12 +60,13 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Create repository release
|
- name: Create repository release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: elgohr/Github-Release-Action@v5
|
uses: comnoco/create-release@v2
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
title: ${{ needs.check_release.outputs.version }}
|
release_name: ${{ needs.check_release.outputs.version }}
|
||||||
tag: ${{ needs.check_release.outputs.version }}
|
tag_name: ${{ needs.check_release.outputs.version }}
|
||||||
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
do_image:
|
do_image:
|
||||||
|
|
Loading…
Reference in a new issue