Skip to content

Commit

Permalink
chore: Forgot to rename ossrh to central
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Nov 22, 2024
1 parent 703499f commit 3a14b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
server-id: ossrh
server-id: central
server-username: MAVEN_USERNAME # env variable for username in deploy
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
gpg-private-key: ${{ secrets.GPG_SIGN_KEY }} # Value of the GPG private key to import
Expand Down

0 comments on commit 3a14b18

Please sign in to comment.