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 7502a8a commit 5fe5843Copy full SHA for 5fe5843
.github/workflows/maven-publish.yml
@@ -23,5 +23,5 @@ jobs:
23
24
- name: Build with Maven
25
env:
26
- SONATYPE_PASSWORD: ${{ secrets.SonatypePassword }}
+ OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
27
run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml
0 commit comments