chore: correct CI CD repo name

This commit is contained in:
Louis 2025-03-20 19:23:08 +07:00
parent 821036945f
commit 30f9a34ede
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -30,7 +30,7 @@ jobs:
local max_retries=3
local tag
while [ $retries -lt $max_retries ]; do
tag=$(curl -s https://api.github.com/repos/janhq/jan/releases/latest | jq -r .tag_name)
tag=$(curl -s https://api.github.com/repos/menloresearch/jan/releases/latest | jq -r .tag_name)
if [ -n "$tag" ] && [ "$tag" != "null" ]; then
echo $tag
return