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

Commit 8496563

Browse files
authored
Merge pull request #167 from jdaugherty/6.0.x
Fix environment variable
2 parents 0b35d47 + 9f57cda commit 8496563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
uses: gradle/actions/setup-gradle@v3
3434
env:
3535
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
36-
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
37-
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
38-
ORG_GRADLE_PROJECT_sonatypeStagingProfileId: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
36+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
37+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
38+
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
3939
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4040
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
4141
with:

0 commit comments

Comments
 (0)