Skip to content

Commit

Permalink
Merge pull request #3 from VirtusLab/fix-release-ci
Browse files Browse the repository at this point in the history
Fix sonatype uri and snapshotUri
  • Loading branch information
lwronski authored Sep 22, 2022
2 parents 64fc271 + 9927af1 commit ee0fb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def doPublishSonatype(
set.head
}
val publisher = new publish.SonatypePublisher(
uri = "https://s01.oss.sonatype.org/service/local",
snapshotUri = "https://s01.oss.sonatype.org/content/repositories/snapshots",
uri = "https://oss.sonatype.org/service/local",
snapshotUri = "https://oss.sonatype.org/content/repositories/snapshots",
credentials = credentials,
signed = true,
gpgArgs = Seq(
Expand Down

0 comments on commit ee0fb19

Please sign in to comment.