This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to branch test-key-format in repository https://gitbox.apache.org/repos/asf/pekko.git
commit b310e7eae0a71d223a1f2ec07030e821575be934 Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:47:20 2025 +0100 check sonatype field name --- .github/workflows/stage-release-candidate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index 42925095ae..0fa7d54c3c 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -155,6 +155,7 @@ jobs: run: |- VERSION=$(echo $REF | sed -e "s/.\(.*\)-.*/\\1/") echo "$PEKKO_GPG_SECRET_KEY" | gpg --batch --import --import-options import-show + echo "$SONATYPE_USERNAME" sbt "set ThisBuild / version := \"$VERSION\"; +publishSigned" sbt "set ThisBuild / version := \"$VERSION\"; sonatypePrepare; set ThisBuild / version := \"$VERSION\"; sonatypeBundleUpload; sonatypeClose" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
