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 ab2cd48 commit 4991055Copy full SHA for 4991055
.github/workflows/deploy_maven_package.yml
@@ -24,7 +24,7 @@ jobs:
24
java-version: '17'
25
distribution: 'corretto'
26
cache: maven
27
- server-id: ossrh
+ server-id: ${{ vars.MAVEN_SERVERID }}
28
server-username: MAVEN_USERNAME
29
server-password: MAVEN_PASSWORD
30
- name: Import gpg
@@ -34,5 +34,5 @@ jobs:
34
- name: Publish package
35
run: mvn --batch-mode deploy -P doRelease
36
env:
37
- MAVEN_USERNAME: ${{ secrets.OSS_USERNAME }}
38
- MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
+ MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
+ MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments