This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to tag x2.0.0-M1-RC13 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 9726ac4aa9b7283ab34701c8ea24056b6f3a8e64 Author: Arnout Engelen <[email protected]> AuthorDate: Mon Nov 24 09:27:09 2025 +0100 use ASF conventions for sonatype credential names Following https://github.com/mdedetrich/sbt-apache-sonatype/blob/main/src/main/scala/org/mdedetrich/apache/sonatype/ApacheSonatypePlugin.scala#L47 instead of https://github.com/xerial/sbt-sonatype --- .github/workflows/stage-release-candidate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index 76ec7a70e9..f1f32776f5 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -164,5 +164,5 @@ jobs: env: REF: ${{ github.ref_name }} PEKKO_GPG_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }} - SONATYPE_USERNAME: ${{ secrets.NEXUS_USER }} - SONATYPE_PASSWORD: ${{ secrets.NEXUS_PW }} + NEXUS_USER: ${{ secrets.NEXUS_USER }} + NEXUS_PW: ${{ secrets.NEXUS_PW }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
