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 bf37279 commit fc65aeeCopy full SHA for fc65aee
1 file changed
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
echo "Will publish to Maven Central: ${{ steps.check_maven.outputs.maven_exists == 'false' }}"
93
94
- name: Install pnpm
95
- run: pnpm install -g pnpm
+ run: npm install -g pnpm
96
97
- name: Compute Maven profiles
98
id: compute_profiles
0 commit comments