We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cf7f2 commit 9ee8ea7Copy full SHA for 9ee8ea7
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
fetch-depth: 0
18
- uses: olafurpg/setup-scala@v13
19
+ - name: Hacks for Scala 2.10
20
+ run: ./prepareForScala210.sh
21
- run: sbt ci-release
22
env:
23
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments