This commit is contained in:
@@ -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"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user