According to GitHub documentation, the API call you are using will only returns the first 30 items by default. You are not supporting pagination.
You need to modify your API call by this one for example:
https://api.github.com/repos/username/reponame/releases?page=1&per_page=1000000