Add raw response output to release workflow

Added echo statements to display the raw API response in the release workflow for improved debugging and visibility.
This commit is contained in:
手瓜一十雪 2025-11-14 22:35:58 +08:00
parent 5cfe479044
commit 7b3e94d568

View File

@ -236,7 +236,8 @@ jobs:
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d "$BODY")
echo "=== raw response ==="
echo "$RESPONSE"
echo "=== OpenRouter raw response ==="
echo "$RESPONSE" | jq .