Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 052ed6f

Browse files
committed
Major corrections and improvements
1 parent 1a37a45 commit 052ed6f

File tree

2 files changed

+123
-69
lines changed

2 files changed

+123
-69
lines changed

.github/workflows/deploy-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Commit OpenAPI specification to repository
3232
run: |
3333
tree -L 2
34-
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./api/build/core-openapi3.yaml
34+
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0-alpha.1.yaml ./api/build/core-openapi3.yaml
3535
git add ./api/build/*
3636
git commit -m "[bot]update openapi3 schema" || true
3737
git push || true

0 commit comments

Comments
 (0)