Skip to content

Commit ca00c2a

Browse files
committed
fix test
1 parent 88d9da2 commit ca00c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function fetchVersions(repoToken) {
8383
else {
8484
rest = new restm.RestClient("setup-task");
8585
}
86-
const tags = (yield rest.get("https://api.github.com/repos/go-task/task/releases")).result || [];
86+
const tags = (yield rest.get("https://api.github.com/repos/go-task/task/releases?per_page=100")).result || [];
8787
return tags.map((tag) => tag.tag_name.replace(/^v/, ""));
8888
});
8989
}

0 commit comments

Comments
 (0)