We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14c62a commit f1fc1d8Copy full SHA for f1fc1d8
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
with:
12
fetch-depth: 0
13
- uses: olafurpg/setup-scala@v13
14
+ with:
15
+ java-version: [email protected]
16
# Sometimes compiling the project leads to yarn.lock changes which creates a conflict with the project version
17
# derived from sbt-git, this version problem causes the release to fail.
18
# The workaround is to remove the local changes (git stash) and try releasing again.
0 commit comments