Skip to content

Commit

Permalink
test goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
speatzle committed Sep 9, 2021
1 parent c71002e commit 7c34ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: goreleaser

on:
push:
tags:
- '*'


permissions:
contents: write
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -45,5 +46,4 @@ nfpms:
- bash_completion
formats:
- deb
- rpm
- apk
- rpm

0 comments on commit 7c34ea9

Please sign in to comment.