Skip to content

Commit 052391f

Browse files
authored
Increase releases list in API response (#126)
1 parent 3207fbe commit 052391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
echo "🔍 Fetching latest valid Infisical CLI version..."
5858
5959
# Fetch all releases (up to 30 most recent)
60-
JSON=$(curl -s "https://api.github.com/repos/Infisical/infisical/releases?per_page=50")
60+
JSON=$(curl -s "https://api.github.com/repos/Infisical/infisical/releases?per_page=100")
6161
6262
# Check if we got a valid response
6363
if [[ "$JSON" == "null" || -z "$JSON" || "$JSON" == "[]" ]]; then

0 commit comments

Comments
 (0)