Skip to content

Commit

Permalink
update other CI job as well (#312)
Browse files Browse the repository at this point in the history
followup to #310
  • Loading branch information
SethTisue authored Oct 10, 2024
1 parent 2606a74 commit 3052c74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
apps: sbt
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1

- name: Publish artifacts
run: sbt ci-release
Expand Down

0 comments on commit 3052c74

Please sign in to comment.