Merge branch 'main' of github.com:kiranshila/Doplarr

This commit is contained in:
Kiran Shila
2021-08-11 23:08:15 -07:00

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "15"
java-version: "11"
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.5
@@ -31,12 +31,6 @@ jobs:
run: clojure -T:build uberjar
shell: bash
- name: Publish Github Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/Doplarr.jar
- name: Log in to the Container registry
uses: docker/login-action@v1
with: