Compare commits
1 Commits
ad93c3ffbd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bc18db626 |
@@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
TAG="${{ github.ref_name }}"
|
||||
VERSION="${TAG#v}"
|
||||
|
||||
|
||||
case "$TAG" in
|
||||
*-unstable*)
|
||||
CHANNEL="unstable"
|
||||
@@ -53,6 +53,11 @@ jobs:
|
||||
DRAFT="false"
|
||||
PRERELEASE="true"
|
||||
;;
|
||||
*-*)
|
||||
CHANNEL="unstable"
|
||||
DRAFT="false"
|
||||
PRERELEASE="true"
|
||||
;;
|
||||
*)
|
||||
CHANNEL="stable"
|
||||
DRAFT="false"
|
||||
|
||||
Reference in New Issue
Block a user