From 01096b28b6453554805d2ad16c2f875791b18e05 Mon Sep 17 00:00:00 2001 From: Alfonso Roa Date: Tue, 29 Oct 2024 16:58:46 +0100 Subject: [PATCH] Deleted CI plugin --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2f60110..c32c5405 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,13 +69,6 @@ jobs: SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} - - name: Publish on gh release the JARS - if: github.ref_type == 'tag' - uses: AButler/upload-release-assets@v3.0 - with: - files: 'core/target/scala-2.**/doric_*.jar' - repo-token: ${{ secrets.GITHUB_TOKEN }} - # CLEAN PROJECT BEFORE CACHE - name: Cleaning for cache 🚯 uses: ./.github/actions/clean_cache