Skip to content

Commit 58b09e2

Browse files
authored
Update publish.yml
1 parent 6b6ce3e commit 58b09e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
run: |
4949
./gradlew --no-daemon --stacktrace --max-workers=1 --info publish closeAndReleaseStagingRepository
5050
env:
51-
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
52-
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
51+
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME_Y }}
52+
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN_Y }}
5353
SDK_VERSION: ${{ env.VERSION }}
5454
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GPG_KEY_ID }}
5555
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)