Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 19c9958

Browse files
authored
Update release.yml
1 parent 7145f7a commit 19c9958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
id: publish
3737
uses: gradle/gradle-build-action@v3
3838
env:
39-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
40-
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
39+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER_TOKEN_NAME }}
40+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_USER_TOKEN_PASSWORD }}
4141
SONATYPE_NEXUS_URL: ${{ secrets.SONATYPE_NEXUS_URL }}
4242
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
4343
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}

0 commit comments

Comments
 (0)