Skip to content

Commit e0fbe39

Browse files
authored
Merge pull request #131 from scalacenter/fix-release
bugfix: Fix sonatype releases
2 parents 2b2c653 + b6d194b commit e0fbe39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
distribution: 'temurin'
1717
java-version: '11'
18-
- run: ./mill mill.scalalib.PublishModule/
18+
- run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/
1919
env:
2020
MILL_PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2121
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val scalaJS1 = "1.17.0"
2424

2525
val scalaVersions = List(scala212, scala213, scala3)
2626

27-
trait CommonPublish extends Mima with PublishModule {
27+
trait CommonPublish extends Mima with SonatypeCentralPublishModule {
2828

2929
override def artifactName = "bloop-config"
3030

0 commit comments

Comments
 (0)