Skip to content

Commit 6fcf004

Browse files
authored
ci: Use correct signing secret name (#62)
The secret name is `SIGNING_KEY_ID` and not `SIGNING_KEY`.
1 parent c2ac465 commit 6fcf004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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 }}
39+
SIGNING_KEY: ${{ secrets.SIGNING_KEY_ID }}
4040
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
4141
run: >
4242
./gradlew

0 commit comments

Comments
 (0)