From 8f7b05b93c72f93305755ae8c209fea0a9ed13ff Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 25 Nov 2022 10:09:17 +0100 Subject: [PATCH] Fix variable. See gh-743 --- ci/deploy-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy-release.sh b/ci/deploy-release.sh index a54ea2fb..dc07ef70 100755 --- a/ci/deploy-release.sh +++ b/ci/deploy-release.sh @@ -11,7 +11,7 @@ cp $KEYRING $GNUPGHOME MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,central,release \ -Dgpg.passphrase=${PASSPHRASE} \ -Dgpg.secretKeyring=${GNUPGHOME}/secring.gpg \ - -DstagingDescription="Releasing Spring Vault ${VERSION}" \ + -DstagingDescription="Releasing Spring Vault" \ clean deploy -U -B MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pdistribute \