Skip to content

Commit

Permalink
Skip prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Oct 28, 2023
1 parent 9a28961 commit 92574cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/update_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ def get_release_data(self, platform_name, software_name, software_version):
filtered_data = []
for release in data:
# Skip pre releases
#if release["prerelease"]:
# continue
if release["prerelease"]:
continue
for asset in release["assets"]:
if asset["content_type"] != "application/zip":
continue
Expand Down

0 comments on commit 92574cd

Please sign in to comment.