Skip to content

Commit 41e464c

Browse files
committed
Publish runner & test-runner artifacts for Scala 2.12 & 2.13
1 parent 9497b8c commit 41e464c

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
@@ -1256,7 +1256,7 @@ jobs:
12561256
env:
12571257
PGP_SECRET: ${{ secrets.PGP_SECRET }}
12581258
- run: ./mill -i ci.setShouldPublish
1259-
- run: ./mill -i publishSonatype '{__[],_}.publishArtifacts'
1259+
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.13],test-runner[2.12.19],runner[2.13.13],runner[2.12.19]}.publishArtifacts'
12601260
if: env.SHOULD_PUBLISH == 'true'
12611261
env:
12621262
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)