diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 085f36f..0029ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: - name: Wrap GPG binary run: .github/scripts/wrap-gpg.sh - name: Release - run: ./mill -i ci.publishSonatype __.publishArtifacts + run: ./mill -i ci.publishSonatype --tasks __.publishArtifacts env: PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }} PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}