Skip to content

Commit 3c87592

Browse files
authored
Merge pull request #314 from BitGo/CSHLD-1161-restore-jdk17-publish-workflow
CSHLD-1161: restore JDK 17 setup step in publish workflow
2 parents d7427b8 + 4909591 commit 3c87592

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
git config user.name "github-actions[bot]"
8383
git config user.email "github-actions[bot]@users.noreply.github.com"
8484
85+
- name: Setup JDK 17 (for wasm-privacy-coin Maven deploy)
86+
uses: actions/setup-java@v4
87+
with:
88+
distribution: corretto
89+
java-version: "17"
90+
8591
- name: Install dependencies
8692
run: npm ci --workspaces --include-workspace-root
8793

0 commit comments

Comments
 (0)