-
Notifications
You must be signed in to change notification settings - Fork 0
Draft Releases
Vadim edited this page Aug 7, 2026
·
3 revisions
Setting draft: true creates GitHub Releases as drafts. This is useful when package publishing workflows are triggered by the release.published event, allowing you to review release notes before publishing.
To enable this behavior, update the release.yaml workflow:
- name: Create GitHub Release
with:
...
+ draft: true