We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e049d46 commit d439d98Copy full SHA for d439d98
1 file changed
.github/workflows/release.yml
@@ -94,6 +94,9 @@ jobs:
94
- name: Install pnpm
95
run: npm install -g pnpm
96
97
+ - name: Install uv
98
+ uses: astral-sh/setup-uv@v6
99
+
100
- name: Compute Maven profiles
101
id: compute_profiles
102
run: |
0 commit comments