We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8b933 commit 5a9d1afCopy full SHA for 5a9d1af
.github/workflows/publish.yml
@@ -15,9 +15,9 @@ jobs:
15
with:
16
java-version: "11"
17
distribution: "adopt"
18
- server-id: ossrh
19
- server-username: ${{ secrets.OSSRH_USERNAME }}
20
- server-password: ${{ secrets.OSSRH_PASSWORD }}
+ # server-id: ossrh
+ # server-username: ${{ secrets.OSSRH_USERNAME }}
+ # server-password: ${{ secrets.OSSRH_PASSWORD }}
21
22
- name: Publish to GitHub Packages
23
run: mvn --batch-mode deploy
0 commit comments