Skip to content

Commit

Permalink
Restoring the OSSRH server identifier, since it's the only way to hav…
Browse files Browse the repository at this point in the history
…e the release pushed to Maven central.
  • Loading branch information
Riduidel committed Feb 27, 2023
1 parent 5a3e1f5 commit 5c0bbee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on_release_perform_maven_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
with:
override: true
githubServer: true
servers: |
[{
"id": "ossrh",
"username": "${{ secrets.OSS_SONATYPE_USERNAME }}",
"password": "${{ secrets.OSS_SONATYPE_PASSWORD }}"
}]
properties: |
[
{"aadarchi.github.token": "${{ secrets.TOKEN_FOR_GITHUB }}" },
Expand Down

0 comments on commit 5c0bbee

Please sign in to comment.