From 9960da4d6460b4ee84f748f0f0dd30e2acaaf3f3 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Mon, 17 Jun 2024 10:07:59 -0700 Subject: [PATCH] update env vars to match other repos --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 6fd071b6..d28886c7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -55,8 +55,8 @@ cat > release-settings.xml < ossrh - ${SONATYPE_USERNAME} - ${SONATYPE_PASSWORD} + ${SONATYPE_USER} + ${SONATYPE_KEY}