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 c109362 commit 9856b5bCopy full SHA for 9856b5b
1 file changed
.github/workflows/release.yml
@@ -91,6 +91,9 @@ jobs:
91
echo "Maven artifact exists: ${{ steps.check_maven.outputs.maven_exists }}"
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
96
+
97
- name: Compute Maven profiles
98
id: compute_profiles
99
run: |
0 commit comments