Skip to content

Commit e8a1ed6

Browse files
committed
fix(ci):Exclude FreeBSD patch releases from version detection
1 parent 4106e2a commit e8a1ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ BuildReleaseFreeBSD() {
278278
freebsd_version=$(eval "curl -fsSL --max-time 2 $githubAuthArgs \"https://api.github.com/repos/freebsd/freebsd-src/tags\"" | \
279279
jq -r '.[].name' | \
280280
grep '^release/14\.' | \
281+
grep -v -- '-p[0-9]*$' | \
281282
sort -V | \
282283
tail -1 | \
283284
sed 's/release\///' | \

0 commit comments

Comments
 (0)