We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131ed68 commit b1b2fcfCopy full SHA for b1b2fcf
.github/scripts/build-altsource.py
@@ -76,6 +76,8 @@ def send_authenticated_request(url, headers=None):
76
firstprerel = True
77
78
for release in releases:
79
+ if release["tag_name"] == "nightly":
80
+ return
81
if firstprerel or firstrel:
82
entitlements = []
83
privacy = {}
0 commit comments