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:
11
11
env :
12
12
SCALAJS_VERSION : " ${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
13
13
steps :
14
- - uses : actions/checkout@v2.3.4
14
+ - uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 0
17
- - uses : olafurpg/setup-scala@v10
17
+ - uses : olafurpg/setup-scala@v13
18
18
- run : sbt ci-release
19
19
env :
20
20
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -17,11 +17,7 @@ val commonSettings = Seq(
17
17
)
18
18
19
19
val noPublishSettings = Seq (
20
- skip in publish := true ,
21
- publish := (()),
22
- publishLocal := (()),
23
- publishArtifact := false ,
24
- publishTo := None
20
+ publish / skip := true
25
21
)
26
22
27
23
normalizedName := " scalajs-dom"
You can’t perform that action at this time.
0 commit comments