Skip to content

Commit a09b283

Browse files
committed
build: fix secret name for signing passphrase
1 parent 0d51e7c commit a09b283

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
@@ -72,7 +72,7 @@ jobs:
7272
NEXUS_PUBLISH_URL: 'https://ossrh-staging-api.central.sonatype.com/service/local/'
7373
NEXUS_PUBLISH_DESCRIPTION: '${{ steps.extract_repository_name.outputs.repository_name }}:${{ steps.release_version.outputs.value }}'
7474
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
75-
SIGNING_PASSPHRASE: ${{ secrets.SECRING_PASSPHRASE }}
75+
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
7676
run: >
7777
./gradlew
7878
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg

0 commit comments

Comments
 (0)