Skip to content

Commit

Permalink
Install sbt in release job via coursier (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Jan 7, 2025
1 parent 0bda38e commit 6f3ad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- uses: coursier/setup-action@v1.3
with:
jvm: 21
apps: sbt sbtn
- run: .github/scripts/gpg-setup.sh
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 6f3ad83

Please sign in to comment.