Skip to content

Commit

Permalink
Attempting revised publication setup
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Dec 8, 2019
1 parent 68f77af commit eb4ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sbtghpackages/GitHubPackagesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object GitHubPackagesPlugin extends AutoPlugin {
githubTokenSource.value),

publishTo := Some(
s"GitHub ${githubOwner.value} Apache Maven Packages" at s"https://maven.pkg.github.com/${githubOwner.value}/${githubRepository.value}"),
"GitHub Package Registry" at s"https://maven.pkg.github.com/${githubOwner.value}/${githubRepository.value}"),

scmInfo := Some(
ScmInfo(
Expand Down

0 comments on commit eb4ebab

Please sign in to comment.