diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 68863384485..6a7ae5eb1a1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -82,6 +82,12 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Setup JDK 17 (for wasm-privacy-coin Maven deploy) + uses: actions/setup-java@v4 + with: + distribution: corretto + java-version: "17" + - name: Install dependencies run: npm ci --workspaces --include-workspace-root