Skip to content

Commit

Permalink
Merge pull request #478 from scala-js/topic/scala-2_10-release
Browse files Browse the repository at this point in the history
Add 2.10 hack to release.yml
  • Loading branch information
japgolly authored Aug 13, 2021
2 parents 45ad801 + 9ee8ea7 commit 2ece7dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- name: Hacks for Scala 2.10
run: ./prepareForScala210.sh
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 2ece7dc

Please sign in to comment.