mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-30 09:12:34 -04:00
Merge branch 'main' of github.com:kiranshila/Doplarr
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user