Fix man page generation in release workflow (#2132)

This commit is contained in:
Casey Rodarmor 2024-06-05 21:35:06 +02:00 committed by GitHub
parent 0eb2a0678c
commit 3ddd1b1683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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