From 1c409b17d602c7839d3a2d0cf794de22544d75ea Mon Sep 17 00:00:00 2001 From: Shadaj Laddad Date: Wed, 24 Apr 2024 01:19:40 -0700 Subject: [PATCH] Add profile name --- publish.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.sbt b/publish.sbt index 8f5945a2..5843d8d2 100644 --- a/publish.sbt +++ b/publish.sbt @@ -6,6 +6,8 @@ ThisBuild / Test / publishArtifact := false ThisBuild / publishTo := sonatypePublishToBundle.value +ThisBuild / sonatypeProfileName := "me.shadaj" + ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" ThisBuild / pomExtra :=