From 5e51f5f7b6f0ff409932086d00556a1be01b83e1 Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Wed, 11 Aug 2021 23:05:04 -0700 Subject: [PATCH] Update main.yml We really don't need to publish releases, also build on java 11 --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef32251..9b3caed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: