Skip to content

Commit aeb2ba6

Browse files
committed
.
1 parent 2e3779f commit aeb2ba6

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
@@ -98,7 +98,7 @@ jobs:
9898
run: gpg -K
9999

100100
- name: Publish to Maven Central
101-
run: ./millw --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
101+
run: ./mill --import "ivy:com.lihaoyi::mill-contrib-sonatypecentral:" mill.contrib.sonatypecentral.SonatypeCentralPublishModule/publishAll --publishArtifacts __.publishArtifacts
102102
env:
103103
MILL_PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
104104
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)