Skip to content

Commit

Permalink
feat: dokka setting test add set up JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Sep 10, 2024
1 parent 02f44ee commit a439d16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- run: echo "Starting Release"

name: set up JDK 17
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
name: checkout
- uses: actions/checkout@v4

Expand Down

0 comments on commit a439d16

Please sign in to comment.