We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d51e7c commit a09b283Copy full SHA for a09b283
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
NEXUS_PUBLISH_URL: 'https://ossrh-staging-api.central.sonatype.com/service/local/'
73
NEXUS_PUBLISH_DESCRIPTION: '${{ steps.extract_repository_name.outputs.repository_name }}:${{ steps.release_version.outputs.value }}'
74
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
75
- SIGNING_PASSPHRASE: ${{ secrets.SECRING_PASSPHRASE }}
+ SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
76
run: >
77
./gradlew
78
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
0 commit comments