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 2e3779f commit aeb2ba6Copy full SHA for aeb2ba6
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
run: gpg -K
99
100
- name: Publish to Maven Central
101
- run: ./millw --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
+ run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
102
env:
103
MILL_PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
104
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}
0 commit comments