Skip to content

Commit

Permalink
Fix man page generation in release workflow (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jun 5, 2024
1 parent 0eb2a06 commit 3ddd1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ddd1b1

Please sign in to comment.