diff --git a/apps/stremthru/ci/latest.sh b/apps/stremthru/ci/latest.sh index 1142e04f17..28b61ba061 100755 --- a/apps/stremthru/ci/latest.sh +++ b/apps/stremthru/ci/latest.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -version=$(curl -sX GET https://api.github.com/repos/iPromKnight/zilean/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name') +version=$(curl -sX GET https://api.github.com/repos/MunifTanjim/stremthru/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name') printf "%s" "${version}" \ No newline at end of file