;tools: ghrelnotes-push: don't set the release to draft mode

Note, this might also create a non-draft release on first run.
This commit is contained in:
Simon Michael 2025-03-07 18:17:50 -10:00
parent 8632b05ac1
commit f634616e20

View File

@ -1513,7 +1513,7 @@ _on-master-branch:
# Generate github release notes and (create/)update the draft release on github with the latest text. Run on release branch.
@ghrelnotes-push:
just ghrelnotes | gh release edit -F- `cat .version` --draft
just ghrelnotes | gh release edit -F- `cat .version`
# Get the id of the latest run of the named workflow.
@ghrun-id WORKFLOW: