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}" VERSION="${TAG#v}"
case "$TAG" in case "$TAG" in
*-unstable*) *-testing*|*-t|*-T)
CHANNEL="unstable" CHANNEL="testing"
PRERELEASE="true" PRERELEASE="true"
;; ;;
*-testing*) *-*)
CHANNEL="testing" CHANNEL="unstable"
PRERELEASE="true" PRERELEASE="true"
;; ;;
*) *)