Skip to content

Commit

Permalink
Fix deploy (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jan 27, 2024
1 parent 6ee3425 commit 1dd88ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
run: mvn --batch-mode --no-transfer-progress -DskipTests deploy -Pcentral-deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</execution>
</executions>
<configuration>
<serverId>oss.sonatype.org</serverId>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
</configuration>
</plugin>
Expand Down

0 comments on commit 1dd88ca

Please sign in to comment.