Skip to content

Commit 022f1b7

Browse files
committed
fix: fix typo
1 parent 8dc40cd commit 022f1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/publishing/GrailsPublishGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Note: if project properties are used, the properties must be defined prior to ap
179179
projectPluginManager.apply(MavenPublishPlugin)
180180

181181
boolean localSigning = false
182-
String signingKeyId = project.findProperty('signing.keyId') ?: System.getenv('SIGNING_PASSPHRASE')
182+
String signingKeyId = project.findProperty('signing.keyId') ?: System.getenv('SIGNING_KEY')
183183
if (isRelease) {
184184
extraPropertiesExtension.setProperty('signing.keyId', signingKeyId)
185185
String secringFile = project.findProperty('signing.secretKeyRingFile') ?: System.getenv('SIGNING_KEYRING')

0 commit comments

Comments
 (0)