Skip to content

Commit 0d02d39

Browse files
committed
Another attempt
1 parent 3754b1b commit 0d02d39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,13 @@ jobs:
2020
env:
2121
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2222
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
23+
- uses: s4u/[email protected]
24+
with:
25+
servers: |
26+
[{
27+
"id": "ossrh",
28+
"username": "${{ secrets.OSSRH_USERNAME }}",
29+
"password": "${{ secrets.OSSRH_TOKEN }}"
30+
}]
2331
- name: Publish package
2432
run: mvn -Drevision=${{ github.event.release.tag_name }} --batch-mode deploy

0 commit comments

Comments
 (0)