Skip to content

Commit da355fc

Browse files
authored
Merge pull request #3715 from Gedochao/maintenance/publishing-2
Fix publishing
2 parents 47447f7 + 1d03fd2 commit da355fc

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
@@ -1674,7 +1674,7 @@ jobs:
16741674
env:
16751675
PGP_SECRET: ${{ secrets.PGP_SECRET }}
16761676
- run: ./mill -i ci.setShouldPublish
1677-
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.16],test-runner[2.12.20],runner[2.13.16],runner[2.12.20]}.publishArtifacts'
1677+
- run: ./mill -i publishSonatype --tasks '{__[],_,test-runner[2.13.16],test-runner[2.12.20],runner[2.13.16],runner[2.12.20]}.publishArtifacts'
16781678
if: env.SHOULD_PUBLISH == 'true'
16791679
env:
16801680
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)