Update release.yml to latest version
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAG="${{ github.ref_name }}"
|
TAG="${{ github.ref_name }}"
|
||||||
VERSION="${TAG#v}"
|
VERSION="${TAG#v}"
|
||||||
|
|
||||||
case "$TAG" in
|
case "$TAG" in
|
||||||
*-unstable*)
|
*-unstable*)
|
||||||
CHANNEL="unstable"
|
CHANNEL="unstable"
|
||||||
@@ -53,6 +53,11 @@ jobs:
|
|||||||
DRAFT="false"
|
DRAFT="false"
|
||||||
PRERELEASE="true"
|
PRERELEASE="true"
|
||||||
;;
|
;;
|
||||||
|
*-*)
|
||||||
|
CHANNEL="unstable"
|
||||||
|
DRAFT="false"
|
||||||
|
PRERELEASE="true"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
CHANNEL="stable"
|
CHANNEL="stable"
|
||||||
DRAFT="false"
|
DRAFT="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user