Update release.yml
This commit is contained in:
parent
c9aefc347f
commit
2239b44574
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@latest
|
||||
if: steps.create_tag.outputs.successful == 'yes'
|
||||
if: steps.create_tag.outputs.tagcreated == 'yes'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
@ -59,3 +59,4 @@ jobs:
|
|||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue