Skip to content

Commit d096d3b

Browse files
committed
Fix2
1 parent ceceb50 commit d096d3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ jobs:
3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v7
3232

33-
- name: Install packages
34-
run: uv sync --locked
35-
shell: bash
36-
3733
- name: generate-schema
38-
run: techui-builder --schema
34+
run: uv run techui-builder --schema
3935

4036
- name: Create GitHub Release
4137
# We pin to the SHA, not the tag, for security reasons.

0 commit comments

Comments
 (0)