From 193c18b349375ac51719a4b963bc6d038f866458 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 27 Feb 2024 11:54:53 +0100 Subject: [PATCH] Fix publishing of artifacts to once again include `scala-cli-bsp` --- .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 4aeb28d3f9..938e5902e7 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 }}