Skip to content

Commit

Permalink
Remove central-deploy profile (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jan 27, 2024
1 parent 1dd88ca commit 05c40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:


- name: Release with Maven
run: mvn --batch-mode --no-transfer-progress -DskipTests deploy -Pcentral-deploy
run: mvn --batch-mode --no-transfer-progress -DskipTests deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 05c40fb

Please sign in to comment.