fix create release (again)
This commit is contained in:
parent
b6b6eed241
commit
40f5c0f318
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release_stable.yml
vendored
6
.github/workflows/release_stable.yml
vendored
|
@ -60,11 +60,9 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Create repository release
|
- name: Create repository release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: comnoco/create-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
release_name: ${{ needs.check_release.outputs.version }}
|
name: ${{ needs.check_release.outputs.version }}
|
||||||
tag_name: ${{ needs.check_release.outputs.version }}
|
tag_name: ${{ needs.check_release.outputs.version }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
Loading…
Reference in a new issue