Skip to content

Commit a4da173

Browse files
committed
Update CircleCI to use 'central' context for Central Portal credentials
- Change context from 'Sonatype' to 'central' for both snapshot and release deployments - This matches the CircleCI context containing CENTRAL_TOKEN_USERNAME and CENTRAL_TOKEN_PASSWORD
1 parent 54592fd commit a4da173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,14 +516,14 @@ workflows:
516516
name: 'deploy snapshot'
517517
requires:
518518
- 'snapshot'
519-
context: Sonatype
519+
context: central
520520
filters:
521521
<<: *master-only
522522

523523
release:
524524
jobs:
525525
- deployRelease:
526526
name: 'release to maven central'
527-
context: Sonatype
527+
context: central
528528
filters:
529529
<<: *tags-only

0 commit comments

Comments
 (0)