From b1a108edc62a82416f953fcd5a82ce6de4aadc8d Mon Sep 17 00:00:00 2001 From: Haemin Yoo Date: Sat, 18 Mar 2023 14:23:04 +0900 Subject: [PATCH] Fix script name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e96ff53..db5851b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: distribution: 'zulu' java-version: '8' - - run: ./mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll + - run: ./millw -i io.kipp.mill.ci.release.ReleaseModule/publishAll env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }}