Skip to content

Commit 18c4fb3

Browse files
committed
Fix release workflow
1 parent ac128b1 commit 18c4fb3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dev-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Install uv
3838
uses: astral-sh/setup-uv@v7
39+
with:
40+
enable-cache: 'false'
3941

4042
- name: Fix logo in Readme
4143
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Generate OpenAPI Schema
4545
run: |
46+
uv sync --frozen --extra server
4647
make docs-openapi
4748
4849
- name: Fix logo in Readme

0 commit comments

Comments
 (0)