adoptium / github-release-scripts

Scripts for release artefacts to GitHub releases
Apache License 2.0
6 stars 20 forks source link

releaseCheck: Don't pick up beta builds when checking GA #154

Closed sxa closed 5 months ago

sxa commented 5 months ago

Currently the code uses a grep on the output that will pick up e.g. jdk-xx.0.1+y-ea-beta when searching for jdk-xx.0.1+y. This adds / around the regex so it will only pick up the entries for the release that it's searching for.