Skip to content

Commit

Permalink
Update release action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgomezfrr committed Feb 15, 2024
1 parent 09d941d commit 4158624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
java-version: 11.0
distribution: 'adopt'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
server-username: ${{ secrets.SONATYPE_USERNAME }}
server-password: ${{ secrets.SONATYPE_PASSWORD }}
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
gpg-passphrase: ${{ secrets.SONATYPE_PASSPHRASE }}

- name: Setup git configuration
run: |
Expand Down

0 comments on commit 4158624

Please sign in to comment.