Skip to content

Commit

Permalink
Fix server-id in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ck committed Feb 14, 2021
1 parent 505c487 commit 27bb1bc
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 @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v1
with: # running setup-java again overwrites the settings.xml
java-version: 11
server-id: ossrh
server-id: release_artifacts
server-username: OSSRH_USERNAME
server-password: OSSRH_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 27bb1bc

Please sign in to comment.