We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7b2d3 commit 7da60e0Copy full SHA for 7da60e0
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
mill-version: 0.10.7
28
29
- name: Publish
30
- run: mill -i -j 0 -k --disable-ticker io.kipp.mill.ci.release.ReleaseModule/publishAll
+ run: mill -i -j 0 --disable-ticker io.kipp.mill.ci.release.ReleaseModule/publishAll
31
env:
32
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
33
PGP_SECRET: ${{ secrets.PGP_SECRET }}
0 commit comments