Skip to content

Commit 4aaf4a1

Browse files
Fix publishing on CI
1 parent db4e307 commit 4aaf4a1

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
@@ -87,7 +87,7 @@ jobs:
8787
- name: Wrap GPG binary
8888
run: .github/scripts/wrap-gpg.sh
8989
- name: Release
90-
run: ./mill -i ci.publishSonatype __.publishArtifacts
90+
run: ./mill -i ci.publishSonatype --tasks __.publishArtifacts
9191
env:
9292
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
9393
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}

0 commit comments

Comments
 (0)