Skip to content

Commit ceca5a8

Browse files
authored
Update release.yml
1 parent e56cb74 commit ceca5a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
with:
1515
# We need to unshallow to allow git describe work with last tag
1616
fetch-depth: 0
17-
# - uses: actions/setup-java@v1
18-
# with:
19-
# java-version: 8
20-
- uses: olafurpg/setup-scala@v2
17+
- uses: actions/setup-java@v1
18+
with:
19+
java-version: 8
2120
- uses: coursier/cache-action@v5
2221
- id: test
2322
name: Test

0 commit comments

Comments
 (0)