Add release workflow

This commit is contained in:
Michael Otto
2026-03-03 08:17:19 +01:00
parent 2e3325df16
commit 141a867dd3

View File

@@ -45,8 +45,8 @@ jobs:
VERSION="${TAG#v}"
case "$TAG" in
*-dev*) CHANNEL="unstable" ;;
*-beta*) CHANNEL="testing" ;;
*-unstable*) CHANNEL="unstable" ;;
*-testing*) CHANNEL="testing" ;;
*) CHANNEL="stable" ;;
esac