Skip to content

Commit

Permalink
Fixed Sonatype repo
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker committed Jul 19, 2023
1 parent 09422d7 commit 745eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: camunda-community-hub/community-action-maven-release@v1
with:
release-version: ${{ github.event.release.tag_name }}
maven-url: s01.oss.sonatype.org
maven-url: oss.sonatype.org
nexus-usr: ${{ secrets.NEXUS_USR }}
nexus-psw: ${{ secrets.NEXUS_PSW }}
maven-usr: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_USR }}
Expand Down

0 comments on commit 745eb6c

Please sign in to comment.