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 4fe82e0 commit 1a90070Copy full SHA for 1a90070
.github/workflows/publish-artifacts.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- run: "echo temurin:11 > .mill-jvm-version"
77
78
- - run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts ${{ matrix.publishartifacts }}
+ - run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/ --publishArtifacts ${{ matrix.publishartifacts }}
79
80
- run: ./mill -i dist.uploadToGithub --authKey $REPO_ACCESS_TOKEN
81
if: ${{ matrix.uploadgithub }}
0 commit comments