diff --git a/lib/services/github_api.dart b/lib/services/github_api.dart index 51856f88ef..0c0080b9e6 100644 --- a/lib/services/github_api.dart +++ b/lib/services/github_api.dart @@ -85,6 +85,9 @@ class GithubAPI { updates++; } for (int i = 1; i < updates; i++) { + if (response.data[i]['prerelease']) { + continue; + } releases.update( 'body', (value) =>