Skip to content

Commit b97bc65

Browse files
committed
Address review, thanks!
1 parent 8b3367a commit b97bc65

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ val commonSettings = Seq(
1717
)
1818

1919
val noPublishSettings = Seq(
20-
skip in publish := true,
21-
publish := (()),
22-
publishLocal := (()),
23-
publishArtifact := false,
24-
publishTo := None
20+
publish / skip := true
2521
)
2622

2723
normalizedName := "scalajs-dom"

0 commit comments

Comments
 (0)