Search up to 100 release tags/versions

This commit is contained in:
rodelgc 2023-03-16 09:15:42 +08:00
parent 71c008eb7e
commit 8f6fdf74b0
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ const getWCDownloadURL = async () => {
headers: {
Accept: 'application/vnd.github+json',
},
params: {
per_page: 100
}
};
if ( GITHUB_TOKEN ) {