Skip to content

Commit 0a6a278

Browse files
committed
fix publishing
1 parent e933d45 commit 0a6a278

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 --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
92+
run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/
9393

9494
- name: Create GitHub Release
9595
id: create_gh_release

0 commit comments

Comments
 (0)