Skip to content

Commit

Permalink
bugfix: Add sbt to fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 19, 2024
1 parent 012f2dc commit b2c3b42
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 b2c3b42

Please sign in to comment.