From 01b57a524a033b4e203a1a8adcc95cd6f4459881 Mon Sep 17 00:00:00 2001 From: NONPLAY <76615486+NONPLAYT@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:21:42 +0300 Subject: [PATCH] remove not latest artifact --- .github/workflows/build.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e3d0cf..67c0116 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,16 +44,6 @@ jobs: with: name: Artifacts path: build/libs - - - name: Release Artifacts - if: github.ref_name == env.branch - uses: marvinpinto/action-automatic-releases@latest - with: - title: "Release #${{ env.workflow }}" - automatic_release_tag: release-${{ env.workflow }} - repo_token: "${{ secrets.GITHUB_TOKEN }}" - files: build/libs/*.jar - prerelease: false - name: Release Artifacts (Latest) if: github.ref_name == env.branch @@ -63,4 +53,4 @@ jobs: automatic_release_tag: latest-${{ env.version }} repo_token: "${{ secrets.GITHUB_TOKEN }}" files: build/libs/*.jar - prerelease: false \ No newline at end of file + prerelease: false