Skip to content

Commit cd7e297

Browse files
committed
Fix a java version for publishing to clojars
1 parent 8dd51c2 commit cd7e297

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
strategy:
11-
java: '14'
1210
steps:
1311
- uses: actions/checkout@v2
1412
- name: Setup Java
1513
uses: actions/setup-java@v1
1614
with:
17-
java-version: ${{ java }}
15+
java-version: '14'
1816
- name: Setup Clojure
1917
uses: DeLaGuardo/setup-clojure@master
2018
with:

0 commit comments

Comments
 (0)