Skip to content

Commit d439d98

Browse files
committed
fix: adding the uv binary to the release workflow
1 parent e049d46 commit d439d98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
- name: Install pnpm
9595
run: npm install -g pnpm
9696

97+
- name: Install uv
98+
uses: astral-sh/setup-uv@v6
99+
97100
- name: Compute Maven profiles
98101
id: compute_profiles
99102
run: |

0 commit comments

Comments
 (0)