Skip to content

Commit

Permalink
GH-274 - Switch back to Spring credentials for release deployments.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 22, 2023
1 parent f6ce8c9 commit 40a13c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Release to Sonatype OSSRH
env:
SONATYPE_USER: ${{ secrets.OD_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OD_PASSWORD }}
SONATYPE_USER: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
./mvnw -B clean install -DskipTests
Expand Down

0 comments on commit 40a13c7

Please sign in to comment.