Skip to content

Commit b3bd66f

Browse files
committed
convert 0.12.x branch to sonatypecentral publisher
1 parent 0f0d814 commit b3bd66f

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 -i mill.scalalib.PublishModule/ --publishArtifacts ${{ matrix.publishartifacts }}
78+
- run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts ${{ matrix.publishartifacts }}
7979

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

0 commit comments

Comments
 (0)