Skip to content

Commit

Permalink
Publish runner & test-runner artifacts for Scala 2.12 & 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 28, 2024
1 parent 9497b8c commit 41e464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -1256,7 +1256,7 @@ jobs:
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
- run: ./mill -i ci.setShouldPublish
- run: ./mill -i publishSonatype '{__[],_}.publishArtifacts'
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.13],test-runner[2.12.19],runner[2.13.13],runner[2.12.19]}.publishArtifacts'
if: env.SHOULD_PUBLISH == 'true'
env:
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 41e464c

Please sign in to comment.