diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69f8abc1..9a7a1b46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Wrap GPG binary run: .github/scripts/wrap-gpg.sh - name: Release - run: ./mill -i publishSonatype __.publishArtifacts + run: ./mill -i ci.publishSonatype __.publishArtifacts env: PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }} PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}