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
|
||||
- name: Create repository release
|
||||
id: create_release
|
||||
uses: comnoco/create-release@v2
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
release_name: ${{ needs.check_release.outputs.version }}
|
||||
name: ${{ needs.check_release.outputs.version }}
|
||||
tag_name: ${{ needs.check_release.outputs.version }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
|
Loading…
Reference in a new issue