fix version regex
This commit is contained in:
parent
a8578c576c
commit
99862095b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.sh
vendored
2
.github/workflows/docker.sh
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
BRANCH=`echo ${GITHUB_REF##*/}`
|
||||
|
||||
ver=$(cat /yuzu/README.md | grep 'early-access [[:digit:]]*' | cut -c 14-17)
|
||||
ver=$(cat /yuzu/README.md | grep -o 'early-access [[:digit:]]*' | cut -c 14-17)
|
||||
title="yuzu Early Access $ver"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue