Skip to content

Commit

Permalink
Update CI to use SBT action (#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Jan 4, 2025
1 parent a9f2d0c commit 7960ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Release
run: sbt ci-release
Expand Down

0 comments on commit 7960ea1

Please sign in to comment.