We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53c3a9 commit b4f6b0eCopy full SHA for b4f6b0e
release.sh
@@ -212,7 +212,7 @@ then
212
git checkout -q beyonder-${RELEASE_VERSION}
213
SMTP_USERNAME=$(readvalue "Enter your SMTP username" "[email protected]")
214
SMTP_PASSWORD=$(readvalue "Enter your SMTP password" "")
215
- mvn changes:announcement-mail -Dchanges.username='${SMTP_USERNAME}' -Dchanges.password='${SMTP_PASSWORD}' >> /tmp/beyonder-${RELEASE_VERSION}.log
+ mvn changes:announcement-mail -Dchanges.username=${SMTP_USERNAME} -Dchanges.password=${SMTP_PASSWORD} >> /tmp/beyonder-${RELEASE_VERSION}.log
216
git checkout -q ${CURRENT_BRANCH}
217
else
218
echo "Message not sent. You can send it manually using:"
0 commit comments