Skip to content

Commit

Permalink
Change to use mill not ./mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjkl authored Oct 21, 2024
1 parent 3c90181 commit 63fcfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Compile
run: mill -k --disable-ticker __.compile

- run: ./mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
- run: mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit 63fcfcf

Please sign in to comment.