fix unwanted release draft

This commit is contained in:
Jean-Christian Denis 2024-11-30 11:48:41 +01:00
parent d06f5c9412
commit d9719891fa
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -60,12 +60,13 @@ jobs:
fetch-depth: 0
- name: Create repository release
id: create_release
uses: elgohr/Github-Release-Action@v5
uses: comnoco/create-release@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: ${{ needs.check_release.outputs.version }}
tag: ${{ needs.check_release.outputs.version }}
release_name: ${{ needs.check_release.outputs.version }}
tag_name: ${{ needs.check_release.outputs.version }}
draft: false
prerelease: false
do_image: