diff --git a/build.sbt b/build.sbt index 77a51bc..605e2f9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,6 @@ organization := "me.yceel" val publishSettings = Seq( publishTo := Some("Github repo" at "https://maven.pkg.github.com/" + System.getenv("GITHUB_REPOSITORY")), - publishMavenStyle := true, credentials += Credentials( "GitHub Package Registry", "maven.pkg.github.com",