Skip to content

Commit

Permalink
Deleted CI plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Oct 29, 2024
1 parent 7370265 commit 01096b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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

0 comments on commit 01096b2

Please sign in to comment.