mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
Merge pull request #35 from passbolt/goreleaser-homebrew
Homebrew Releases
This commit is contained in:
commit
fb1e4e97fe
2 changed files with 21 additions and 2 deletions
3
.github/workflows/.release.yml
vendored
3
.github/workflows/.release.yml
vendored
|
@ -41,4 +41,5 @@ jobs:
|
|||
version: latest
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
|
||||
|
|
|
@ -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