diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d221478..d2f39c73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,9 @@ jobs: echo "Maven artifact exists: ${{ steps.check_maven.outputs.maven_exists }}" echo "Will publish to Maven Central: ${{ steps.check_maven.outputs.maven_exists == 'false' }}" + - name: Install pnpm + run: pnpm install -g pnpm + - name: Compute Maven profiles id: compute_profiles run: |