test goreleaser

This commit is contained in:
Samuel Lorch 2021-09-09 15:55:10 +02:00
parent c71002e16c
commit 7c34ea9900
2 changed files with 4 additions and 5 deletions

View file

@ -2,8 +2,7 @@ name: goreleaser
on:
push:
tags:
- '*'
permissions:
contents: write

View file

@ -15,7 +15,8 @@ builds:
go run main.go completion zsh > zsh-completion
go run main.go completion fish > fish-completion
mkdir man
go run main.go gendoc --type man
go run main.go gendoc --type man
ls
archives:
- replacements:
darwin: Darwin
@ -45,5 +46,4 @@ nfpms:
- bash_completion
formats:
- deb
- rpm
- apk
- rpm