File tree 3 files changed +2
-6
lines changed 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : publish-sonatype
2
2
on :
3
3
push :
4
- branches : [main]
4
+ branches : [main, ci ]
5
5
tags : ["*"]
6
6
jobs :
7
7
publish :
Original file line number Diff line number Diff line change @@ -4,14 +4,10 @@ val scala3Ver = "3.3.6"
4
4
5
5
val githubId = " rayrobdod/string-context-parser-combinator"
6
6
7
- sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
8
- ThisBuild / sonatypeCredentialHost := " s01.oss.sonatype.org"
9
7
ThisBuild / dynverVTagPrefix := false
10
8
ThisBuild / organization := " name.rayrobdod"
11
9
12
10
lazy val sharedSettings = Seq (
13
- sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
14
-
15
11
organizationHomepage := Some (url(" https://rayrobdod.name/" )),
16
12
homepage := Some (url(" https://rayrobdod.name/programming/libraries/scala/string-context-parser-combinator/" )),
17
13
versionScheme := Some (" early-semver" ),
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" ch.epfl.scala" % " sbt-tasty-mima" % " 1.3.0" )
2
2
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
3
3
addSbtPlugin(" com.eed3si9n.ifdef" % " sbt-ifdef" % " 0.4.1" )
4
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
4
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.0 " )
5
5
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
6
6
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.18.2" )
7
7
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.7" )
You can’t perform that action at this time.
0 commit comments