Skip to content

Commit

Permalink
Add publishTo link in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 22, 2024
1 parent 5568f94 commit a0daec5
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 @@ -29,7 +29,7 @@ credentials += Credentials(
System.getenv("GITHUB_TOKEN")
)

publishTo := Some("GitHub cdcgov Apache Maven Packages" at "https://maven.pkg.github.com/cdcgov/hl7-pet"
publishTo := Some("GitHub cdcgov Apache Maven Packages" at "https://maven.pkg.github.com/cdcgov/hl7-pet")
credentials += Credentials(Path.userHome / ".sbt" / ".credentials")

publishMavenStyle := true
Expand Down

0 comments on commit a0daec5

Please sign in to comment.