mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
ci: fix release draft configuration to prevent automatic draft flag
This commit is contained in:
parent
fc940dfcfb
commit
29aaf4f000
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -211,6 +211,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
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:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user