Skip to content

Commit 934e525

Browse files
authored
Update publish-plugin-core.yml
Fixed sonatypeUsername and sonatypePassword in publish pipeline
1 parent 1e21310 commit 934e525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-plugin-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Publish package
1616
run: ./gradlew -PbuildProfile=deploy publishToSonatype closeAndReleaseSonatypeStagingRepository
1717
env:
18-
ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.sonatypeUsername }}
19-
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets. sonatypePassword }}
18+
ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.OSSRH_USERNAME }}
19+
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.OSSRH_PASSWORD }}
2020
ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SIGNING_KEY }}
2121
ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SIGNING_SECRET }}
2222

0 commit comments

Comments
 (0)