Skip to content

Commit 8595e28

Browse files
committed
.
1 parent 0d56b3b commit 8595e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: gpg -K
9696

9797
- name: Publish to Maven Central
98-
run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
98+
run: ./mill mill.javalib.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
9999
env:
100100
MILL_PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
101101
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)