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: on:
push: push:
tags:
- '*'
permissions: permissions:
contents: write contents: write

View file

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