Skip to content

Commit f1fc1d8

Browse files
Fix release workflow (#40)
1 parent a14c62a commit f1fc1d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- uses: olafurpg/setup-scala@v13
14+
with:
15+
java-version: [email protected]
1416
# Sometimes compiling the project leads to yarn.lock changes which creates a conflict with the project version
1517
# derived from sbt-git, this version problem causes the release to fail.
1618
# The workaround is to remove the local changes (git stash) and try releasing again.

0 commit comments

Comments
 (0)