diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-24 13:48:04 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-24 13:48:04 -0500 |
| commit | f0ce6248b993a5dd30f174571f3cd71a85806592 (patch) | |
| tree | 3e4ec62853434c12147e34eb62ec03437582e231 /.github | |
| parent | 42dfa4968d130654d9bd915532ae295d76e193e1 (diff) | |
release: prepare 0.2.2 stable
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 |
