Skip to content

Commit fc65aee

Browse files
committed
fix: replace pnpm to npm install
1 parent bf37279 commit fc65aee

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)