Skip to content

Commit

Permalink
Merge pull request #410 from tgodzik/fix-release
Browse files Browse the repository at this point in the history
bugfix: Add sbt to fix release job
  • Loading branch information
tgodzik authored Dec 19, 2024
2 parents 012f2dc + b2c3b42 commit c8d9da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
shell: bash
env:
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
- uses: sbt/setup-sbt@v1
- name: Release
run: sbtn ci-release
env:
Expand Down

0 comments on commit c8d9da2

Please sign in to comment.