There was an error while loading. Please reload this page.
1 parent d224578 commit 7e1ac82Copy full SHA for 7e1ac82
1 file changed
.github/workflows/publish.yml
@@ -93,6 +93,9 @@ jobs:
93
94
- name: Publish
95
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.
99
run: mvn -B -ntp -DskipTests -DpublishRelease=true deploy
100
101
- name: Skip publish
0 commit comments