From 0180d0924be1f6158c71f34019a5c8b1eff9256c Mon Sep 17 00:00:00 2001 From: cpovirk Date: Thu, 9 Jan 2025 07:00:14 -0800 Subject: [PATCH] Restore Sonatype configuration that I'd accidentally removed in cl/711746683. This will presumably fix our broken snapshots. RELNOTES=n/a PiperOrigin-RevId: 713657548 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a383049bdb88..35f6aba3f267 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,9 @@ jobs: # The publish-snapshot workflow doesn't run tests, so we don't have to care which version Maven would select for that step. java-version: 23 distribution: 'temurin' + server-id: sonatype-nexus-snapshots + server-username: CI_DEPLOY_USERNAME + server-password: CI_DEPLOY_PASSWORD cache: 'maven' - name: 'Publish' env: