Skip to content

Commit 9ee8ea7

Browse files
committed
Add hack to release.yml
1 parent b9cf7f2 commit 9ee8ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: olafurpg/setup-scala@v13
19+
- name: Hacks for Scala 2.10
20+
run: ./prepareForScala210.sh
1921
- run: sbt ci-release
2022
env:
2123
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)