Skip to content

Commit

Permalink
Fixup github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 9, 2024
1 parent cb90e1c commit 1ac42e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- name: Scala caches
uses: actions/cache@v4
with:
Expand All @@ -22,8 +26,7 @@ jobs:
with:
java-version: 11
distribution: temurin
- uses: olafurpg/setup-gpg@v3
if: startsWith(github.ref, 'refs/tags/v')
- uses: sbt/setup-sbt@v1
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
Expand Down

0 comments on commit 1ac42e6

Please sign in to comment.