Skip to content

Commit

Permalink
Restore Sonatype configuration that I'd accidentally removed in cl/71…
Browse files Browse the repository at this point in the history
…1746683.

This will presumably fix our broken snapshots.

RELNOTES=n/a
PiperOrigin-RevId: 713398569
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jan 9, 2025
1 parent d1a3cd5 commit 9cef8a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cef8a1

Please sign in to comment.