Skip to content

Commit

Permalink
Update CI to use SBT action
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jan 4, 2025
1 parent e67c2e5 commit 7b15924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +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
env:
Expand Down

0 comments on commit 7b15924

Please sign in to comment.