Skip to content

Commit 118c998

Browse files
authored
Merge pull request #21 from ckipp01/fixRelease
fix(ci): ensure -i comes first
2 parents 69b57b9 + 7da60e0 commit 118c998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
mill-version: 0.10.7
2828

2929
- name: Publish
30-
run: mill -j 0 -k -i --disable-ticker io.kipp.mill.ci.release.ReleaseModule/publishAll
30+
run: mill -i -j 0 --disable-ticker io.kipp.mill.ci.release.ReleaseModule/publishAll
3131
env:
3232
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
3333
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)