Skip to content

Commit 4b85337

Browse files
Fix publish job
1 parent 322a1f4 commit 4b85337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Wrap GPG binary
7373
run: .github/scripts/wrap-gpg.sh
7474
- name: Release
75-
run: ./mill -i publishSonatype __.publishArtifacts
75+
run: ./mill -i ci.publishSonatype __.publishArtifacts
7676
env:
7777
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
7878
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}

0 commit comments

Comments
 (0)