We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ff043 commit 1c5ac34Copy full SHA for 1c5ac34
scripts/download.js
@@ -42,7 +42,7 @@ async function run(version) {
42
},
43
);
44
45
- const currentGHESVersions = ["3.10", "3.11", ...(await getCurrentVersions())];
+ const currentGHESVersions = await getCurrentVersions();
46
for (const asset of releaseAssets) {
47
if (!/\.json$/.test(asset.name)) continue;
48
if (/deref/.test(asset.name)) continue;
0 commit comments