gitea actions ng4
All checks were successful
Release Plugin / release (push) Successful in 2s

This commit is contained in:
Michael Otto
2026-03-17 09:51:17 +01:00
parent 69c086a3ae
commit 9982d125b1

View File

@@ -26,12 +26,12 @@ jobs:
VERSION="${TAG#v}"
case "$TAG" in
*-unstable*)
CHANNEL="unstable"
*-testing*|*-t|*-T)
CHANNEL="testing"
PRERELEASE="true"
;;
*-testing*)
CHANNEL="testing"
*-*)
CHANNEL="unstable"
PRERELEASE="true"
;;
*)