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 326ba25 commit c9315a8Copy full SHA for c9315a8
download-binaries.sh
@@ -9,7 +9,7 @@ if [[ -z "$VERSION" ]]; then
9
fi
10
11
# Get release asset json
12
-RELEASES_URL=https://api.github.com/repos/sourcery-ai/sourcery/releases
+RELEASES_URL=https://api.github.com/repos/sourcery-ai/sourcery/releases?per_page=100
13
ASSETS=$( curl -s $RELEASES_URL | jq ".[] | select(.tag_name == \"v$VERSION\") | .assets" )
14
if [[ -z $ASSETS ]]; then
15
echo Could not find version $VERSION in $RELEASES_URL
0 commit comments