mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-15 12:08:21 +00:00
Add homebrew to .goreleaser.yml
This commit is contained in:
parent
82542147f2
commit
22c8648884
1 changed files with 19 additions and 1 deletions
|
@ -43,3 +43,21 @@ nfpms:
|
||||||
formats:
|
formats:
|
||||||
- deb
|
- deb
|
||||||
- rpm
|
- rpm
|
||||||
|
brews:
|
||||||
|
- homepage: https://github.com/passbolt/go-passbolt-cli
|
||||||
|
license: "MIT"
|
||||||
|
skip_upload: false
|
||||||
|
description: "A CLI tool to interact with Passbolt, a Open source Password Manager for Teams"
|
||||||
|
install: |
|
||||||
|
bin.install "passbolt"
|
||||||
|
bash_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/bash" => "passbolt"
|
||||||
|
zsh_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/zsh" => "_passbolt"
|
||||||
|
fish_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/fish" => "passbolt.fish"
|
||||||
|
man1.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/man/*"
|
||||||
|
# ...
|
||||||
|
repository:
|
||||||
|
owner: passbolt
|
||||||
|
name: homebrew-tap
|
||||||
|
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue