Skip to content

Commit 208fbde

Browse files
authored
Update release.yml
1 parent 3f5e096 commit 208fbde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)