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

Commit 54afd84

Browse files
committed
fix: update oapi3 deploy workflow
1 parent 629e71f commit 54afd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
tree -L 2
3434
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.v1.0-beta.1.yaml ./build/chat-openapi3.yaml
35+
mv ./polyproto/tsp-output/schema/openapi.polyproto.chat.v0.1.0-alpha.0.yaml ./build/chat-openapi3.yaml
3636
git add ./build/*
3737
git commit -m "[bot]update openapi3 schema" || true
3838
git push || true

0 commit comments

Comments
 (0)