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 88d9da2 commit ca00c2aCopy full SHA for ca00c2a
dist/index.js
@@ -83,7 +83,7 @@ function fetchVersions(repoToken) {
83
else {
84
rest = new restm.RestClient("setup-task");
85
}
86
- const tags = (yield rest.get("https://api.github.com/repos/go-task/task/releases")).result || [];
+ const tags = (yield rest.get("https://api.github.com/repos/go-task/task/releases?per_page=100")).result || [];
87
return tags.map((tag) => tag.tag_name.replace(/^v/, ""));
88
});
89
0 commit comments