ci: fix release draft configuration to prevent automatic draft flag
This commit is contained in:
parent
59a618ddcb
commit
f80e555a58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -211,6 +211,6 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ needs.publish.outputs.tagName }}
|
ref: ${{ needs.publish.outputs.tagName }}
|
||||||
|
|
||||||
- run: gh release edit ${{ steps.publish.outputs.tagName }} --draft=false
|
- run: gh release edit ${{ needs.publish.outputs.tagName }} --draft=false
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue