Update release.yml to latest version

This commit is contained in:
Michael Otto
2026-03-13 10:53:25 +01:00
parent 1e46de9280
commit eeed0e2302

View File

@@ -41,7 +41,7 @@ jobs:
run: |
TAG="${{ github.ref_name }}"
VERSION="${TAG#v}"
case "$TAG" in
*-unstable*)
CHANNEL="unstable"
@@ -53,6 +53,11 @@ jobs:
DRAFT="false"
PRERELEASE="true"
;;
*-*)
CHANNEL="unstable"
DRAFT="false"
PRERELEASE="true"
;;
*)
CHANNEL="stable"
DRAFT="false"