Skip to content

Commit 77be889

Browse files
committed
Update release action to ubuntu-latest
1 parent e0d8071 commit 77be889

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
types: [published]
77
jobs:
88
publish:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
@@ -17,6 +17,7 @@ jobs:
1717
distribution: temurin
1818
java-version: 21
1919
cache: sbt
20+
- uses: sbt/setup-sbt@v1
2021

2122
- run: sbt ci-release
2223
env:

0 commit comments

Comments
 (0)