Skip to content

Commit

Permalink
maven-publish-fix - fixing maven central publish
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Chmielewski <[email protected]>
  • Loading branch information
kristoffSC authored and PeatBoy committed Jan 21, 2025
1 parent 7d22881 commit 05f96ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4

Expand All @@ -42,8 +39,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
server-id: ossrh
server-username: ${{ secrets.SONATYPE_TOKEN_USERNAME }}
server-password: testMe
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PRIVATE_KEY_PASSWORD

Expand Down

0 comments on commit 05f96ca

Please sign in to comment.