Fix OpenAPI specs upload (#4266)

This commit is contained in:
Silvano Cerza 2023-02-24 10:50:59 +01:00 committed by GitHub
parent 13c4ff1b52
commit 280414e5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
SPECS_ID=$(curl https://dash.readme.com/api/v1/api-specification \
-u "$README_API_KEY:" \
--header "x-readme-version: $VERSION" \
| jq -r ".[0].version")
| jq -r ".[0].id")
echo "id=$SPECS_ID" >> "$GITHUB_OUTPUT"
- name: Sync OpenAPI specs