Skip to content

Commit 97e3803

Browse files
committed
switch from ossrh to central #11766 #11512
1 parent 5bd0595 commit 97e3803

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/spi_release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
with:
4343
java-version: '17'
4444
distribution: 'adopt'
45-
# TODO: change this from ossrh to central?
46-
server-id: ossrh
45+
server-id: central
4746
server-username: MAVEN_USERNAME
4847
server-password: MAVEN_PASSWORD
4948
- uses: actions/cache@v4
@@ -81,8 +80,7 @@ jobs:
8180
with:
8281
java-version: '17'
8382
distribution: 'adopt'
84-
# TODO: change this from ossrh to central?
85-
server-id: ossrh
83+
server-id: central
8684
server-username: MAVEN_USERNAME
8785
server-password: MAVEN_PASSWORD
8886
gpg-private-key: ${{ secrets.DATAVERSEBOT_GPG_KEY }}

0 commit comments

Comments
 (0)