Skip to content

Commit

Permalink
Update release building workflow to set Scala context
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark A. Matienzo committed Mar 11, 2021
1 parent 36caef3 commit 994d887
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Scala
uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.8.0
- name: Build rights application
run: sbt clean dist
- name: Create Release
Expand Down

0 comments on commit 994d887

Please sign in to comment.