File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 env :
1212 SCALAJS_VERSION : " ${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
1313 steps :
14- - uses : actions/checkout@v2.3.4
14+ - uses : actions/checkout@v2
1515 with :
1616 fetch-depth : 0
17- - uses : olafurpg/setup-scala@v10
17+ - uses : olafurpg/setup-scala@v13
1818 - run : sbt ci-release
1919 env :
2020 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -17,11 +17,7 @@ val commonSettings = Seq(
1717)
1818
1919val noPublishSettings = Seq (
20- skip in publish := true ,
21- publish := (()),
22- publishLocal := (()),
23- publishArtifact := false ,
24- publishTo := None
20+ publish / skip := true
2521)
2622
2723normalizedName := " scalajs-dom"
You can’t perform that action at this time.
0 commit comments