Skip to content

Commit

Permalink
update publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaffepanna authored May 15, 2021
1 parent 276861a commit 7b084b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / git.useGitDescribe := true
def publishConfig(): Seq[Def.Setting[_]] = sys.env.get("GITHUB_TOKEN").map[Seq[Def.Setting[_]]] { password =>
Seq(
credentials += Credentials("GitHub Package Registry", "maven.pkg.github.com", "randomserver", password),
publishTo := Some("GitHub Package Registry" at "https://maven.pkg.github.com/randomserver/math")
publishTo := Some("GitHub Package Registry" at "https://maven.pkg.github.com/randomserver/vmath")
)
}.getOrElse(Seq.empty[Def.Setting[_]])

Expand Down

0 comments on commit 7b084b8

Please sign in to comment.