Search up to 100 release tags/versions
This commit is contained in:
parent
71c008eb7e
commit
8f6fdf74b0
|
@ -46,6 +46,9 @@ const getWCDownloadURL = async () => {
|
|||
headers: {
|
||||
Accept: 'application/vnd.github+json',
|
||||
},
|
||||
params: {
|
||||
per_page: 100
|
||||
}
|
||||
};
|
||||
|
||||
if ( GITHUB_TOKEN ) {
|
||||
|
|
Loading…
Reference in New Issue