Publish to sonatype.

This commit is contained in:
Kavin 2023-01-29 22:22:56 +00:00
parent 0ca2941973
commit 02adba3d9b
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
2 changed files with 7 additions and 7 deletions

View file

@ -28,5 +28,5 @@ jobs:
- name: Run Build
run: ./gradlew publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ secrets.MAVEN_USERNAME }}
PASSWORD: ${{ secrets.MAVEN_PASSWORD }}