Skip to content

Commit f9ee03f

Browse files
committed
publishing process change due to OSSRH sunset
1 parent eb9d54b commit f9ee03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
env:
2020
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
2121
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PWD }}
22-
ORG_GRADLE_PROJECT_nexusUser: ${{ secrets.NEXUS_USER }}
23-
ORG_GRADLE_PROJECT_nexusPassword: ${{ secrets.NEXUS_PWD }}
22+
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MVN_USER }}
23+
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MVN_PWD }}

0 commit comments

Comments
 (0)