Skip to content

Commit df1149b

Browse files
authored
fix: setup-java name correction (#407)
1 parent fe669fa commit df1149b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
- uses: actions/[email protected]
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/java@v2
14+
15+
- name: Set up JVM
16+
uses: actions/setup-java@v2
1517
with:
1618
distribution: 'temurin'
1719
java-version: 17
20+
1821
- run: sbt ci-release
1922
env:
2023
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)