Skip to content

Commit bf37279

Browse files
authored
fix(ci): install pnpm in release workflow to unblock tests (#435)
## Description > Describe what you did and why. **Related issue (if any):** fixes #issue_number_goes_here ## Checklist - [x] I have followed this repository's contributing guidelines. - [x] I will adhere to the project's code of conduct. ## Additional information > Anything else?
1 parent c109362 commit bf37279

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)