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 3754b1b commit 0d02d39Copy full SHA for 0d02d39
.github/workflows/publish.yml
@@ -20,5 +20,13 @@ jobs:
20
env:
21
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
22
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
+ }]
31
- name: Publish package
32
run: mvn -Drevision=${{ github.event.release.tag_name }} --batch-mode deploy
0 commit comments