Skip to content

Commit

Permalink
Update publishTo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxology authored Jul 31, 2024
1 parent 8ba9688 commit 64a9433
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 @@ -226,7 +226,7 @@ credentials +=
sys.env.getOrElse("GITHUB_TOKEN", "N/A")
)

ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / publishTo := githubPublishTo.value
sonatypeCredentialHost := "s01.oss.sonatype.org"
ThisBuild / scmInfo := Some(
ScmInfo(url("https://github.com/joernio/flatgraph"), "scm:git@github.com:joernio/flatgraph.git")
Expand Down

0 comments on commit 64a9433

Please sign in to comment.