We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322a1f4 commit 4b85337Copy full SHA for 4b85337
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Wrap GPG binary
73
run: .github/scripts/wrap-gpg.sh
74
- name: Release
75
- run: ./mill -i publishSonatype __.publishArtifacts
+ run: ./mill -i ci.publishSonatype __.publishArtifacts
76
env:
77
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
78
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
0 commit comments