Skip to content

Commit 5a9d1af

Browse files
yml updated
1 parent 6f8b933 commit 5a9d1af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
java-version: "11"
1717
distribution: "adopt"
18-
server-id: ossrh
19-
server-username: ${{ secrets.OSSRH_USERNAME }}
20-
server-password: ${{ secrets.OSSRH_PASSWORD }}
18+
# server-id: ossrh
19+
# server-username: ${{ secrets.OSSRH_USERNAME }}
20+
# server-password: ${{ secrets.OSSRH_PASSWORD }}
2121

2222
- name: Publish to GitHub Packages
2323
run: mvn --batch-mode deploy

0 commit comments

Comments
 (0)