Skip to content

Commit 280414e

Browse files
authored
Fix OpenAPI specs upload (#4266)
1 parent 13c4ff1 commit 280414e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
SPECS_ID=$(curl https://dash.readme.com/api/v1/api-specification \
4141
-u "$README_API_KEY:" \
4242
--header "x-readme-version: $VERSION" \
43-
| jq -r ".[0].version")
43+
| jq -r ".[0].id")
4444
echo "id=$SPECS_ID" >> "$GITHUB_OUTPUT"
4545
4646
- name: Sync OpenAPI specs

0 commit comments

Comments
 (0)