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

Commit 41f3673

Browse files
committed
fix: broken deploy
1 parent 3836c54 commit 41f3673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Commit OpenAPI specification to repository
3232
run: |
3333
tree -L 2
34-
mv ./polyproto/tsp-output/schema/openapi.polyproto.core.v1.0-beta.1.yaml ./build/core-openapi3.yaml
35-
mv ./polyproto/tsp-output/schema/openapi.polyproto.chat.v0.1.0-alpha.0.yaml ./build/chat-openapi3.yaml
34+
mv -f ./polyproto/tsp-output/schema/3.0.0/* ./build/3.0.0/
35+
mv -f ./polyproto/tsp-output/schema/3.1.0/* ./build/3.1.0/
3636
git add ./build/*
3737
git commit -m "[bot]update openapi3 schema" || true
3838
git push || true

0 commit comments

Comments
 (0)