From da4caff28fe9e03e2cdadb2eb5f9d87e5916c1f5 Mon Sep 17 00:00:00 2001 From: DasLixou Date: Mon, 25 Apr 2022 17:54:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20Useless=20lol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 241b973..cae6a23 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -6,7 +6,7 @@ on: jobs: build: - name: "Build Artifact" + name: "Build and Release Artifact" runs-on: "ubuntu-latest" steps: @@ -20,14 +20,7 @@ jobs: run: chmod +x gradlew - name: Build with Gradle run: './gradlew clean shadowJar' - release: - name: "Release Artifact" - runs-on: "ubuntu-latest" - needs: build - - steps: - - uses: actions/checkout@v2 - - name: GitHub Release + - name: Make Release uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: ${{ secrets.GITHUB_TOKEN }}