ci: fix release draft configuration to prevent automatic draft flag

This commit is contained in:
Dax Raad
2025-12-26 14:34:00 -06:00
committed by Aiden Cline
parent 59a618ddcb
commit f80e555a58
+1 -1
View File
@@ -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 }}