We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678d4e8 commit 9c75975Copy full SHA for 9c75975
.github/workflows/maven-central.yml
@@ -91,9 +91,4 @@ jobs:
91
-DaltDeploymentRepository=ossrh::default::https://central.sonatype.com/api/v1/publisher/upload \
92
-DrepositoryId=ossrh \
93
-Dusername=${{ secrets.OSSRH_USERNAME_TOKEN }} \
94
- -Dpassword=${{ secrets.OSSRH_PASSWORD_TOKEN }} \
95
- -X \
96
- -e \
97
- --debug \
98
- -Dgpg.verbose=true \
99
- -Dgpg.debug=true
+ -Dpassword=${{ secrets.OSSRH_PASSWORD_TOKEN }}
0 commit comments