Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
yoohaemin committed Mar 18, 2023
1 parent 484109a commit b1a108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b1a108e

Please sign in to comment.