Skip to content

Commit

Permalink
Fix swapped username and pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 2, 2025
1 parent 0f8df3a commit 50fcd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Deploy to Maven Central
run: mvn -B -P release deploy
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USER_TOKEN_PASSWORD }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_USER_TOKEN_USERNAME }}
MAVEN_USERNAME: ${{ secrets.SONATYPE_USER_TOKEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_USER_TOKEN_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
working-directory: sdk

0 comments on commit 50fcd7a

Please sign in to comment.