From 8a418dc24d9e588d091a740ac21c50381b5fb8f0 Mon Sep 17 00:00:00 2001 From: Bekir Oguz Date: Tue, 24 Sep 2024 23:43:00 +0200 Subject: [PATCH] remove sonatype release command override --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7308172f..70ec20d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} - CI_SONATYPE_RELEASE: 'sonatypeReleaseAll com.ing' + # CI_SONATYPE_RELEASE: 'sonatypeReleaseAll com.ing' # - name: Extract version from commit message # run: | # version=${GITHUB_REF/refs\/tags\/v/}