fix the regexp

This commit is contained in:
starsareintherose 2021-11-04 10:31:01 +00:00
parent 4d7d33aca5
commit 28e7244e78

View file

@ -6,4 +6,4 @@ update_on:
- source: github
github: iqtree/iqtree2
use_max_tag: true
include_regex: v(\d+.\d+.\d+[^-])
include_regex: v(\\d+.\\d+.\\d+[^-])