Skip to content

Commit 6e92366

Browse files
authored
Fix publishing of artifacts to once again include scala-cli-bsp (#2759)
1 parent 8e6a14e commit 6e92366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ jobs:
10561056
env:
10571057
PGP_SECRET: ${{ secrets.PGP_SECRET }}
10581058
- run: ./mill -i ci.setShouldPublish
1059-
- run: ./mill -i publishSonatype '__[].publishArtifacts'
1059+
- run: ./mill -i publishSonatype '{__[],_}.publishArtifacts'
10601060
if: env.SHOULD_PUBLISH == 'true'
10611061
env:
10621062
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)