Skip to content

Commit 2ece7dc

Browse files
authored
Merge pull request #478 from scala-js/topic/scala-2_10-release
Add 2.10 hack to release.yml
2 parents 45ad801 + 9ee8ea7 commit 2ece7dc

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)