From ac4a7b4a979f365799bdcfa0cc70d81af34e0f99 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Mon, 26 Feb 2024 11:21:09 +0100 Subject: [PATCH] Explicitly set sonatype publishing to use the default cross Scala version (#2757) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2c6978759..4aeb28d3f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1056,7 +1056,7 @@ jobs: env: PGP_SECRET: ${{ secrets.PGP_SECRET }} - run: ./mill -i ci.setShouldPublish - - run: ./mill -i publishSonatype __.publishArtifacts + - run: ./mill -i publishSonatype '__[].publishArtifacts' if: env.SHOULD_PUBLISH == 'true' env: PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}