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

@ -16,6 +16,7 @@ builds:
go run main.go completion fish > fish-completion
mkdir man
go run main.go gendoc --type man
ls
archives:
- replacements:
darwin: Darwin
@ -46,4 +47,3 @@ nfpms:
formats:
- deb
- rpm
- apk