Skip to content

Commit

Permalink
Fix release utils (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull authored Aug 14, 2024
1 parent 9cc07da commit 1731cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pipeline {
.skipTests(skipTests)

if (isRelease()) {
release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
mavenCommand.withProfiles(['apache-release'])
}

Expand Down

0 comments on commit 1731cef

Please sign in to comment.