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 3ff1b08 commit cac47a9Copy full SHA for cac47a9
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
distribution: 'temurin'
90
java-version: 11
91
- name: Publish to Maven Central
92
- run: ./mill -i mill.scalalib.PublishModule/
+ run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
93
94
- name: Create GitHub Release
95
id: create_gh_release
0 commit comments