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.
2 parents 2b2c653 + b6d194b commit e0fbe39Copy full SHA for e0fbe39
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
distribution: 'temurin'
17
java-version: '11'
18
- - run: ./mill mill.scalalib.PublishModule/
+ - run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/
19
env:
20
MILL_PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
21
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}
build.sc
@@ -24,7 +24,7 @@ val scalaJS1 = "1.17.0"
24
25
val scalaVersions = List(scala212, scala213, scala3)
26
27
-trait CommonPublish extends Mima with PublishModule {
+trait CommonPublish extends Mima with SonatypeCentralPublishModule {
28
29
override def artifactName = "bloop-config"
30
0 commit comments