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 3207fbe commit 052391fCopy full SHA for 052391f
action.yml
@@ -57,7 +57,7 @@ runs:
57
echo "🔍 Fetching latest valid Infisical CLI version..."
58
59
# Fetch all releases (up to 30 most recent)
60
- JSON=$(curl -s "https://api.github.com/repos/Infisical/infisical/releases?per_page=50")
+ JSON=$(curl -s "https://api.github.com/repos/Infisical/infisical/releases?per_page=100")
61
62
# Check if we got a valid response
63
if [[ "$JSON" == "null" || -z "$JSON" || "$JSON" == "[]" ]]; then
0 commit comments