Skip to content

Commit 695bc16

Browse files
brunoborgesCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 5cf4ad9 commit 695bc16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
359359
360360
- name: Publish to Apache Maven Central
361-
run: mvn deploy -Dgpg.signer=bc
361+
run: mvn deploy -Dgpg.signer=bc # requires maven-gpg-plugin >= 3.2.0 (bc signer support)
362362
env:
363363
MAVEN_USERNAME: maven_username123
364364
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)