From 3ddd1b168308db2b88daac9ea70a3b63629ef034 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 5 Jun 2024 21:35:06 +0200 Subject: [PATCH] Fix man page generation in release workflow (#2132) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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