diff --git a/.github/workflows/.release.yml b/.github/workflows/.release.yml index 4a26e7d..c5947aa 100644 --- a/.github/workflows/.release.yml +++ b/.github/workflows/.release.yml @@ -22,7 +22,7 @@ jobs: with: go-version: 1.17 - - name: test + name: Generate Man and Completions run: | go run main.go completion bash > bash-completion go run main.go completion zsh > zsh-completion diff --git a/.gitignore b/.gitignore index a6d97b9..3f5254e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ # Unignore all dirs !*/ +man/ + # Binaries for programs and plugins *.exe *.exe~