Skip to content

Commit 1a90070

Browse files
committed
cut over to bundled SonatypeCentralPublishModule
1 parent 4fe82e0 commit 1a90070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- run: "echo temurin:11 > .mill-jvm-version"
7777

78-
- run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts ${{ matrix.publishartifacts }}
78+
- run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/ --publishArtifacts ${{ matrix.publishartifacts }}
7979

8080
- run: ./mill -i dist.uploadToGithub --authKey $REPO_ACCESS_TOKEN
8181
if: ${{ matrix.uploadgithub }}

0 commit comments

Comments
 (0)