Skip to content

Commit 5c7bbae

Browse files
Merge pull request #44 from protegeproject/switch-out-ossrh
Fix incorrect server-id
2 parents 03971af + bbb4c64 commit 5c7bbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
java-version: '17'
2626
distribution: 'adopt'
27-
server-id: ossrh
27+
server-id: central
2828
server-username: OSSRH_USERNAME
2929
server-password: OSSRH_TOKEN
3030
gpg-private-key: ${{secrets.GPG_PRIVATE_KEY}}

0 commit comments

Comments
 (0)