Skip to content

Commit

Permalink
use sbt/setup-sbt to be sure sbt is present for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke authored and kitbellew committed Oct 18, 2024
1 parent bfb095a commit 0344d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 0344d19

Please sign in to comment.