Skip to content

Commit

Permalink
Revert "Use correct secrets for release"
Browse files Browse the repository at this point in the history
This reverts commit ff9dcc7.
  • Loading branch information
bdhoine committed Feb 1, 2024
1 parent ff9dcc7 commit 004af96
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 @@ -45,10 +45,10 @@ jobs:
distribution: 'zulu'
java-version: 11
server-id: ossrh
server-username: ${{ secrets.SONATYPE_USERNAME }}
server-password: ${{ secrets.SONATYPE_PASSWORD }}
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Remove SNAPSHOT from version
run: mvn --batch-mode versions:set -DremoveSnapshot versions:commit
Expand Down

0 comments on commit 004af96

Please sign in to comment.