Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:

- name: Checkout
uses: actions/checkout@v6
with:
# Need this to get version number from last tag
fetch-depth: 0
submodules: recursive

- name: Install python packages
uses: ./.github/actions/install_requirements
- name: Install uv
uses: astral-sh/setup-uv@v7

- name: generate-schema
run: techui-builder --schema
run: uv run techui-builder --schema

- name: Create GitHub Release
# We pin to the SHA, not the tag, for security reasons.
Expand Down
Loading