Skip to content

Commit e195c1b

Browse files
Make stable release workflow publish drafts. (Comfy-Org#8723)
1 parent 5b4eb02 commit e195c1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stable-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,4 @@ jobs:
102102
file: ComfyUI_windows_portable_nvidia.7z
103103
tag: ${{ inputs.git_tag }}
104104
overwrite: true
105-
prerelease: true
106-
make_latest: false
105+
draft: true

0 commit comments

Comments
 (0)