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