Skip to content

Commit 54e38b8

Browse files
committed
we don't rely on tag name anymore
1 parent b968f3e commit 54e38b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/fetch-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ async function convert2json(repo: GraphQlRepository): Promise<ModuleJson | null>
390390
const filteredReleases = repo.releases.edges.filter(({ node }) =>
391391
!node.isDraft &&
392392
node.immutable &&
393-
node.tagName.match(/^\d+-.+$/) &&
394393
node.releaseAssets?.edges.some(({ node: asset }) => asset.contentType === 'application/zip')
395394
);
396395

0 commit comments

Comments
 (0)