mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
ci: Simplify script [skip ci]
This commit is contained in:
parent
e33addcae3
commit
480d5a3f61
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_push.yml
vendored
3
.github/workflows/build_push.yml
vendored
|
@ -132,8 +132,7 @@ jobs:
|
|||
stage=""
|
||||
case "${{ env.VERSION_TAG }}" in
|
||||
v*)
|
||||
_test=$(echo "${{ env.VERSION_TAG }}" | grep "v*-b")
|
||||
[ "$_test" = "" ] && stage="release" || stage="beta"
|
||||
[ "$(echo '${{ env.VERSION_TAG }}' | grep 'v*-b')" = "" ] && stage="release" || stage="beta"
|
||||
;;
|
||||
r*) stage="nightly" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue