Skip to content

Commit 55e88d9

Browse files
authored
fix: replace pnpm to npm install (#436)
## 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? ## Summary by Sourcery CI: - Switch the release GitHub Actions workflow from using pnpm to npm to install pnpm globally.
1 parent bf37279 commit 55e88d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "Will publish to Maven Central: ${{ steps.check_maven.outputs.maven_exists == 'false' }}"
9393
9494
- name: Install pnpm
95-
run: pnpm install -g pnpm
95+
run: npm install -g pnpm
9696

9797
- name: Compute Maven profiles
9898
id: compute_profiles

0 commit comments

Comments
 (0)