Skip to content

Commit 7098f43

Browse files
authored
ci: Fix Java setup for deployment to npm (shaka-project#8968)
1 parent b6dd9b6 commit 7098f43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-please.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
node-version: 22
7171
registry-url: 'https://registry.npmjs.org'
7272

73+
- uses: actions/setup-java@v4
74+
with:
75+
distribution: zulu
76+
java-version: 21
77+
7378
- name: Compute NPM tags
7479
run: |
7580
# NPM publish always sets a tag. If you don't provide an explicit

0 commit comments

Comments
 (0)