Skip to content

Commit 1ac42e6

Browse files
committed
Fixup github actions
1 parent cb90e1c commit 1ac42e6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: actions/setup-java@v4
14+
with:
15+
java-version: 8
16+
distribution: temurin
1317
- name: Scala caches
1418
uses: actions/cache@v4
1519
with:
@@ -22,8 +26,7 @@ jobs:
2226
with:
2327
java-version: 11
2428
distribution: temurin
25-
- uses: olafurpg/setup-gpg@v3
26-
if: startsWith(github.ref, 'refs/tags/v')
29+
- uses: sbt/setup-sbt@v1
2730
- name: Publish ${{ github.ref }}
2831
run: sbt ci-release
2932
env:

0 commit comments

Comments
 (0)