Skip to content

Commit 4909591

Browse files
committed
ci(wasm-privacy-coin): restore JDK 17 setup step in publish workflow
Used by mvn deploy:deploy-file in .releaserc.json to deploy the JAR to GitHub Packages during semantic-release. Ticket: CSHLD-1161
1 parent d7427b8 commit 4909591

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)