From 335bab0db8d4bb3e784a2afad5c1166f3073673b Mon Sep 17 00:00:00 2001 From: "Sofiane H. Djerbi" Date: Wed, 15 Feb 2023 16:37:32 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7bb06d..054f2b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,21 +28,3 @@ jobs: with: name: kaiiju.jar path: build/libs/kaiiju-paperclip-*-reobf.jar - - name: Release Paperclip (latest) - if: github.ref_name == env.branch - uses: marvinpinto/action-automatic-releases@latest - with: - title: "Build #${{ env.workflow }}" - automatic_release_tag: latest-${{ env.version }} - repo_token: "${{ secrets.GITHUB_TOKEN }}" - files: build/libs/kaiiju-paperclip-*-reobf.jar - prerelease: false - - name: Release Paperclip (History) - if: github.ref_name == env.branch - uses: marvinpinto/action-automatic-releases@latest - with: - title: "Build #${{ env.workflow }}" - automatic_release_tag: build-${{ env.workflow }} - repo_token: "${{ secrets.GITHUB_TOKEN }}" - files: build/libs/kaiiju-paperclip-*-reobf.jar - prerelease: false