diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca0e4fc..33bf512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,8 @@ jobs: gh release edit "${TAG}" \ --title "${TITLE}" \ --notes-file "${NOTES_FILE}" \ + --draft=false \ + --prerelease=false \ --latest gh release upload "${TAG}" "${archive_path}" --clobber else |
