Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8cb3a0b6 authored by Jackeagle's avatar Jackeagle Committed by Jackeagle
Browse files

build-community.sh: Fixed incorrect tag detection logic in repo init.



  - Previously, the API search used substring matching, causing false positives (e.g., 'a14' incorrectly matched 'v2.8-beta.2-a14').
  - Now, we fetch all tags and use exact matching (`grep -Fx`) to determine if BRANCH_NAME is a tag.

Signed-off-by: default avatarJackeagle <jackeagle102@gmail.com>
parent 215dd01a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment