Skip to content

Commit a062afb

Browse files
committed
tweak regex to match existing release pattern.
1 parent 89f1f63 commit a062afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suitesparse.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
if [[ $1 =~ refs/tags/v([0-9]\.[0-9]\.[0-9]).*$ ]];
2+
if [[ $1 =~ refs/tags/([0-9]\.[0-9]\.[0-9]).*$ ]];
33
then
44
VERSION=${BASH_REMATCH[1]}
55
else

0 commit comments

Comments
 (0)