From 777f09760b88f56e0865e4257970fca593d6026c Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 3 Sep 2026 20:09:47 +0800 Subject: [PATCH] modified: .github/workflows/main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c64d7d7..0b13ac1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: $patch_value != null and $official_version != $patch_value.version and (any($paths[]; .version == $official_version) | not) and - (.key | test("^NEWEST(6|a7)") ) and + ((.key | test("^NEWEST6")) or (.key | test("^NEWESTa7"))) and (.key | test("\\.(stable|development|long-term)$")) ) | { @@ -64,7 +64,7 @@ jobs: .upgradePaths // {} | to_entries | map( select( - (.key | test("^NEWEST(6|a7)")) + ((.key | test("^NEWEST6")) or (.key | test("^NEWESTa7"))) and (.key | test("\\.(stable|development|long-term)$")) )