Skip to content

Commit 8cb1a38

Browse files
authored
ci(comment): update package check (#9935)
Signed-off-by: Logan McAnsh <[email protected]> Signed-off-by: Logan McAnsh <[email protected]>
1 parent e9f271d commit 8cb1a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ async function getTags(
287287

288288
let filtered = response.repository.refs.nodes.filter((node) => {
289289
return (
290-
node.name.startsWith(PACKAGE_VERSION_TO_FOLLOW) ||
290+
node.name.startsWith(`${PACKAGE_VERSION_TO_FOLLOW}@`) ||
291291
node.name.startsWith("v0.0.0-nightly-")
292292
);
293293
});

0 commit comments

Comments
 (0)