Skip to content

Commit

Permalink
Publish to old repo for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 committed Sep 10, 2024
1 parent 16bb5e5 commit 6a803be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ lazy val publishSettings = Seq(
versionScheme := Some("early-semver"),
publish / skip := false,
publishMavenStyle := true,
publishTo := Some("GitHub raw-labs Apache Maven Packages" at "https://maven.pkg.github.com/raw-labs/utils-core"),
// Temporarily publishing to the Snapi repo until the migration is finished...
publishTo := Some("GitHub raw-labs Apache Maven Packages" at "https://maven.pkg.github.com/raw-labs/snapi"),
publishConfiguration := publishConfiguration.value.withOverwrite(isCI)
)

Expand Down

0 comments on commit 6a803be

Please sign in to comment.