diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0eb1953..4e58e6f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: ./target/debug/just --completions $shell > completions/just.$shell done mkdir -p man - ./target/debug/just -- --man > man/just.1 + ./target/debug/just --man > man/just.1 - name: Package id: package