From f0ce6248b993a5dd30f174571f3cd71a85806592 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Sun, 24 May 2026 13:48:04 -0500 Subject: release: prepare 0.2.2 stable --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.3.1