Update release.yml to latest version

This commit is contained in:
Michael Otto
2026-03-13 10:54:03 +01:00
parent 37e6dcd9f5
commit 49ec5b054f

View File

@@ -53,6 +53,11 @@ jobs:
DRAFT="false" DRAFT="false"
PRERELEASE="true" PRERELEASE="true"
;; ;;
*-*)
CHANNEL="unstable"
DRAFT="false"
PRERELEASE="true"
;;
*) *)
CHANNEL="stable" CHANNEL="stable"
DRAFT="false" DRAFT="false"