Skip to content

Commit

Permalink
remove sonatype release command override
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz committed Sep 24, 2024
1 parent 9d8a10d commit 8a418dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
Expand Down

0 comments on commit 8a418dc

Please sign in to comment.