mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
test goreleaser
This commit is contained in:
parent
c71002e16c
commit
7c34ea9900
2 changed files with 4 additions and 5 deletions
3
.github/workflows/.release.yml
vendored
3
.github/workflows/.release.yml
vendored
|
@ -2,8 +2,7 @@ name: goreleaser
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue