mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 10:58:21 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue