Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Klijs committed Feb 6, 2024
1 parent b12012e commit a9903b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
java-version: '8'
distribution: 'adopt'
server-id: ossrh
server-username: SONATYPE_USER
server-password: SONATYPE_PASSWORD
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.SONATYPE_GPG_KEY }} # Value of the GPG private key to import
gpg-passphrase: SONATYPE_GPG_PASSWORD
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish package
run: mvn deploy -Prelease
env:
Expand Down

0 comments on commit a9903b1

Please sign in to comment.