Skip to content

Commit 9856b5b

Browse files
committed
fix(ci): install pnpm in release workflow to unblock tests
1 parent c109362 commit 9856b5b

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
@@ -91,6 +91,9 @@ jobs:
9191
echo "Maven artifact exists: ${{ steps.check_maven.outputs.maven_exists }}"
9292
echo "Will publish to Maven Central: ${{ steps.check_maven.outputs.maven_exists == 'false' }}"
9393
94+
- name: Install pnpm
95+
run: pnpm install -g pnpm
96+
9497
- name: Compute Maven profiles
9598
id: compute_profiles
9699
run: |

0 commit comments

Comments
 (0)