Skip to content

Commit 7da60e0

Browse files
committed
fix: remove -k for now to stop right away if env isn't found
1 parent 6f7b2d3 commit 7da60e0

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 -i -j 0 -k --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)