File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- name : Publish new Release
1+ name : Publish Release
22
33on :
4- release :
5- types : [published]
6- branches : [main]
4+ push :
5+ tags :
6+ - ' v* '
77
88jobs :
99 release :
10- uses : evolution-gaming/scala-github-actions/.github/workflows/release.yml@v1
10+ uses : evolution-gaming/scala-github-actions/.github/workflows/release.yml@v2
1111 secrets : inherit
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ startYear := Some(2023)
1010
1111crossScalaVersions := Seq (" 2.13.15" , " 3.3.4" )
1212scalaVersion := crossScalaVersions.value.head
13- releaseCrossBuild := true
1413scalacOptions := Seq (
1514 " -release:17" ,
1615 " -Xsource:3" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
22
33addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.14" )
44
5- addSbtPlugin(" com.github.sbt" % " sbt-release " % " 1.4 .0" )
5+ addSbtPlugin(" com.github.sbt" % " sbt-dynver " % " 5.1 .0" )
66
77addSbtPlugin(" com.evolution" % " sbt-scalac-opts-plugin" % " 0.0.9" )
88
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments