From 63fcfcf26faf6e1753b58e17d81676b58923fac2 Mon Sep 17 00:00:00 2001 From: Jeff Lewis Date: Mon, 21 Oct 2024 09:29:52 -0600 Subject: [PATCH] Change to use mill not ./mill --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5574d234..a511cb72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}