fix: new naming scheme
This commit is contained in:
2
.github/update.sh
vendored
2
.github/update.sh
vendored
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user