fix version regex
This commit is contained in:
parent
a8578c576c
commit
99862095b2
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 New Issue
Block a user