Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Feb 3, 2025
1 parent 1e008d6 commit bf920ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@13.1
with:
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@13.1
with:
cli: 1.12.0.1495

- name: create clojupyter kernel
run: clojure -T:build create-clojupyter-kernel
- name: create clojupyter kernel
run: clojure -T:build create-clojupyter-kernel


- name: Release
uses: softprops/action-gh-release@v2
with:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: target/*.jar

0 comments on commit bf920ce

Please sign in to comment.