mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +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
|
@ -42,4 +42,22 @@ nfpms:
|
|||
- bash_completion
|
||||
formats:
|
||||
- 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