diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index 5de48a1..f2dabc3 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -343,7 +343,7 @@ root = Path(".").resolve() # Use escape sequences only. Do not introduce literal tab characters. header_re = re.compile(r"(?im)(VERSION[ \t]*:[ \t]*)([0-9]{2}[.][0-9]{2}[.][0-9]{2})") -manifest_marker_re = re.compile(r"(?is))([^<]*?)()") xml_date_res = [ re.compile(r"(?is)()([^<]*?)()"),