Skip to content

Commit

Permalink
fix: Rename sonatype credentials var
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Oct 25, 2024
1 parent 26cd374 commit 890abdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

env:
ANDROID_API_LEVEL: 33
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_PASSWORD }}
CI: true

jobs:
Expand Down

0 comments on commit 890abdf

Please sign in to comment.