Skip to content

Commit a0188b0

Browse files
committed
ci: use correct signing secret env var
1 parent bb367d4 commit a0188b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
3737
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
3838
ORG_GRADLE_PROJECT_sonatypeStagingProfileId: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
39-
SIGNING_KEY: ${{ secrets.SIGNING_KEY_ID }}
39+
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4040
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
4141
run: >
4242
./gradlew

0 commit comments

Comments
 (0)