ci: fix release draft configuration to prevent automatic draft flag

pull/5652/head
Dax Raad 2025-12-16 17:17:06 -05:00
parent fc940dfcfb
commit 29aaf4f000
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}