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 4d416c2 commit 54b9550Copy full SHA for 54b9550
.github/workflows/push.yml
@@ -41,13 +41,13 @@ jobs:
41
java-version: 11
42
cache: maven
43
server-id: ossrh
44
- server-username: OSSRH_USERNAME
45
- server-password: OSSRH_TOKEN
+ server-username: MAVEN_USERNAME
+ server-password: MAVEN_PASSWORD
46
- name: OSSRH Snapshot
47
run: mvn --batch-mode deploy -Possrh
48
env:
49
- MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
50
- MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
+ MAVEN_USERNAME: ${{ secrets.nexus_username }}
+ MAVEN_PASSWORD: ${{ secrets.nexus_password }}
51
52
- uses: actions/setup-java@v3
53
with:
0 commit comments