We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3367a commit b97bc65Copy full SHA for b97bc65
.github/workflows/release.yml
@@ -11,10 +11,10 @@ jobs:
11
env:
12
SCALAJS_VERSION: "${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
13
steps:
14
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2
15
with:
16
fetch-depth: 0
17
- - uses: olafurpg/setup-scala@v10
+ - uses: olafurpg/setup-scala@v13
18
- run: sbt ci-release
19
20
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
build.sbt
@@ -17,11 +17,7 @@ val commonSettings = Seq(
)
val noPublishSettings = Seq(
- skip in publish := true,
21
- publish := (()),
22
- publishLocal := (()),
23
- publishArtifact := false,
24
- publishTo := None
+ publish / skip := true
25
26
27
normalizedName := "scalajs-dom"
0 commit comments