Skip to content

Commit 20c82d4

Browse files
authored
Fix publish (#89)
1 parent d2d686b commit 20c82d4

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
@@ -119,7 +119,7 @@ jobs:
119119
env:
120120
PGP_SECRET: ${{ secrets.PGP_SECRET }}
121121
- name: Publish
122-
run: ./mill -i ci.publishSonatype __.publishArtifacts
122+
run: ./mill -i ci.publishSonatype --tasks __.publishArtifacts
123123
env:
124124
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
125125
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)