Skip to content

Commit cac47a9

Browse files
committed
use sonatype central publishing command
1 parent 3ff1b08 commit cac47a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
distribution: 'temurin'
9090
java-version: 11
9191
- name: Publish to Maven Central
92-
run: ./mill -i mill.scalalib.PublishModule/
92+
run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
9393

9494
- name: Create GitHub Release
9595
id: create_gh_release

0 commit comments

Comments
 (0)