We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala-cli-bsp
1 parent 8e6a14e commit 6e92366Copy full SHA for 6e92366
.github/workflows/ci.yml
@@ -1056,7 +1056,7 @@ jobs:
1056
env:
1057
PGP_SECRET: ${{ secrets.PGP_SECRET }}
1058
- run: ./mill -i ci.setShouldPublish
1059
- - run: ./mill -i publishSonatype '__[].publishArtifacts'
+ - run: ./mill -i publishSonatype '{__[],_}.publishArtifacts'
1060
if: env.SHOULD_PUBLISH == 'true'
1061
1062
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments