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
2
2
3
3
on :
4
- release :
5
- types : [published]
6
- branches : [main]
4
+ push :
5
+ tags :
6
+ - ' v* '
7
7
8
8
jobs :
9
9
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
11
11
secrets : inherit
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ startYear := Some(2023)
10
10
11
11
crossScalaVersions := Seq (" 2.13.15" , " 3.3.4" )
12
12
scalaVersion := crossScalaVersions.value.head
13
- releaseCrossBuild := true
14
13
scalacOptions := Seq (
15
14
" -release:17" ,
16
15
" -Xsource:3" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
2
2
3
3
addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.14" )
4
4
5
- addSbtPlugin(" com.github.sbt" % " sbt-release " % " 1.4 .0" )
5
+ addSbtPlugin(" com.github.sbt" % " sbt-dynver " % " 5.1 .0" )
6
6
7
7
addSbtPlugin(" com.evolution" % " sbt-scalac-opts-plugin" % " 0.0.9" )
8
8
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments