We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db5353 commit f383312Copy full SHA for f383312
lib/utils.bash
@@ -19,7 +19,7 @@ function sort_versions() {
19
function list_github_releases() {
20
curl "${curl_opts[@]}" \
21
-H "Accept: application/vnd.github+json" \
22
- "https://api.github.com/repos/$GITHUB_REPO/releases" |
+ "https://api.github.com/repos/$GITHUB_REPO/releases?per_page=100" |
23
grep -o '"tag_name": "bun-v.*"' |
24
sed -E 's/"tag_name": "bun-v(.*)"/\1/'
25
}
0 commit comments