Update release.yml to latest version

This commit is contained in:
Michael Otto
2026-03-13 10:54:37 +01:00
parent 2e1a5e9856
commit 5c4ce4cc89

View File

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