From b02792c3b9d20574485c05f4628e50edd217c2bb Mon Sep 17 00:00:00 2001 From: clementpoiret Date: Fri, 10 Jan 2025 14:42:33 +0100 Subject: [PATCH] fix: new naming scheme --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index 0aabb7a..83a9078 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -20,7 +20,7 @@ if [ "$twilight_version_name" = "" ]; then exit 1 fi -beta_tag=$(echo "$repo_tags" | jq -r '(map(select(.name | test("-b.")))) | first') +beta_tag=$(echo "$repo_tags" | jq -r '(map(select(.name | test("[0-9]+\\.[0-9]+b$")))) | first') commit_beta_targets="" commit_beta_version=""