Skip to content

Commit 697d940

Browse files
committed
Fix variable.
See gh-743
1 parent 81f683a commit 697d940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/deploy-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cp $KEYRING $GNUPGHOME
1111
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,central,release \
1212
-Dgpg.passphrase=${PASSPHRASE} \
1313
-Dgpg.secretKeyring=${GNUPGHOME}/secring.gpg \
14-
-DstagingDescription="Releasing Spring Vault ${VERSION}" \
14+
-DstagingDescription="Releasing Spring Vault" \
1515
clean deploy -U -B
1616

1717
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pdistribute \

0 commit comments

Comments
 (0)