Skip to content

Commit

Permalink
fix env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Oct 28, 2024
1 parent 80dc013 commit 96481c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Publish packages
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
publishUsername: ${{ secrets.OSSRH_USERNAME }}
publishPassword: ${{ secrets.OSSRH_PASSWORD }}

0 comments on commit 96481c9

Please sign in to comment.