Skip to content

Commit 13ddcad

Browse files
committed
build: Add missing setup/java to Kotlin release
1 parent ee200f0 commit 13ddcad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@ jobs:
5757
SONATYPE_SIGNING_KEY: ${{secrets.SONATYPE_SIGNING_KEY}}
5858
steps:
5959
- uses: actions/checkout@v4
60+
6061
- uses: actions/setup-node@v4
6162
with:
6263
node-version: 'lts/*'
63-
- uses: actions/setup-dotnet@v4
64+
65+
- uses: actions/setup-java@v4
6466
with:
65-
dotnet-version: '8'
67+
java-version: "19"
68+
distribution: "temurin"
6669

6770
- run: npm install
6871
- run: node ./scripts/update-kotlin-version.js

0 commit comments

Comments
 (0)