Skip to content

Commit

Permalink
Merge pull request #59 from disneystreaming/fix-ci-publish-mill
Browse files Browse the repository at this point in the history
Change to use mill not ./mill
  • Loading branch information
lewisjkl authored Oct 21, 2024
2 parents 3c90181 + 63fcfcf commit 96338c8
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 96338c8

Please sign in to comment.