We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd0595 commit 97e3803Copy full SHA for 97e3803
.github/workflows/spi_release.yml
@@ -42,8 +42,7 @@ jobs:
42
with:
43
java-version: '17'
44
distribution: 'adopt'
45
- # TODO: change this from ossrh to central?
46
- server-id: ossrh
+ server-id: central
47
server-username: MAVEN_USERNAME
48
server-password: MAVEN_PASSWORD
49
- uses: actions/cache@v4
@@ -81,8 +80,7 @@ jobs:
81
80
82
83
84
85
86
87
88
gpg-private-key: ${{ secrets.DATAVERSEBOT_GPG_KEY }}
0 commit comments