Skip to content

Draft Releases

Vadim edited this page Nov 13, 2025 · 2 revisions

Using draft: true when creating a GitHub Release ensures that automated publishing workflows run only after the release is manually reviewed and published.

To enable this behavior, update the release.yaml workflow:

  - name: Create GitHub Release
    with:
      ...
+     draft: true

Clone this wiki locally