Skip to content

Commit 7a3b59e

Browse files
committed
fix java3 action in release
1 parent 309734f commit 7a3b59e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-java@v3
1313
with:
14-
java-version: "8"
14+
distribution: zulu
15+
java-version: "8"
16+
cache: maven
1517
- name: Deploy to Clojars
1618
run: lein deploy releases
1719
env:

0 commit comments

Comments
 (0)