Skip to content

Commit

Permalink
remove maven style
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Dec 12, 2023
1 parent b9b0620 commit 0671549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0671549

Please sign in to comment.