Skip to content

Commit

Permalink
fix java3 action in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Aug 28, 2023
1 parent 309734f commit 7a3b59e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: zulu
java-version: "8"
cache: maven
- name: Deploy to Clojars
run: lein deploy releases
env:
Expand Down

0 comments on commit 7a3b59e

Please sign in to comment.