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 0d56b3b commit 8595e28Copy full SHA for 8595e28
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
run: gpg -K
96
97
- name: Publish to Maven Central
98
- run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
+ run: ./mill mill.javalib.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
99
env:
100
MILL_PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
101
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}
0 commit comments