fix version regex

This commit is contained in:
qurious-pixel
2020-12-29 14:52:33 -08:00
committed by GitHub
parent a8578c576c
commit 99862095b2

View File

@@ -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"