Skip to content

Commit 7e1ac82

Browse files
committed
ci: document central token publishing
1 parent d224578 commit 7e1ac82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
9494
- name: Publish
9595
if: steps.gate.outputs.publish == 'true'
96+
# Central publishing uses the Sonatype Portal token configured in repository secrets.
97+
# GPG signing is intentionally omitted in this workflow; if Central changes its requirements,
98+
# reintroduce it here and in the release profile.
9699
run: mvn -B -ntp -DskipTests -DpublishRelease=true deploy
97100

98101
- name: Skip publish

0 commit comments

Comments
 (0)