Skip to content

Commit 454147e

Browse files
authored
Merge pull request #197 from mkurz/fix_publish
Fix publish workflow: Ubuntu 24.0.4 does not come with sbt anymore
2 parents e41db7c + 37c3deb commit 454147e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
jvm: adoptium:17
2929

30+
- uses: sbt/setup-sbt@v1
31+
3032
- name: Publish artifacts
3133
run: sbt ci-release
3234
env:

0 commit comments

Comments
 (0)