diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index e08282d..a0a129a 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -5,6 +5,8 @@ on: branches: - main - development + tags: + - "*" pull_request: branches: - main diff --git a/build.sbt b/build.sbt index 1bb34ba..d13f6a2 100644 --- a/build.sbt +++ b/build.sbt @@ -43,6 +43,8 @@ inThisBuild( email = "", url = url("https://github.com/dutrevis") ) - ) + ), + sonatypeCredentialHost := "s01.oss.sonatype.org", + sonatypeRepository := "https://s01.oss.sonatype.org/service/local" ) )