Skip to content

Commit 3052c74

Browse files
authoredOct 10, 2024··
update other CI job as well (#312)
followup to #310
1 parent 2606a74 commit 3052c74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎.github/workflows/publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: coursier/cache-action@v6
20-
- uses: coursier/setup-action@v1
21-
with:
22-
apps: sbt
2319
- uses: actions/setup-java@v4
2420
with:
2521
distribution: temurin
2622
java-version: 8
23+
cache: sbt
24+
- uses: sbt/setup-sbt@v1
2725

2826
- name: Publish artifacts
2927
run: sbt ci-release

0 commit comments

Comments
 (0)
Please sign in to comment.