mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-11 02:28:22 +00:00
Merge pull request #36 from passbolt/fix-goreleaser-homebrew
Fix goreleaser homebrew
This commit is contained in:
commit
92a05e899e
2 changed files with 2 additions and 1 deletions
2
.github/workflows/.release.yml
vendored
2
.github/workflows/.release.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
|
||||
|
|
|
@ -48,6 +48,7 @@ brews:
|
|||
license: "MIT"
|
||||
skip_upload: false
|
||||
description: "A CLI tool to interact with Passbolt, a Open source Password Manager for Teams"
|
||||
folder: Formula
|
||||
install: |
|
||||
bin.install "passbolt"
|
||||
bash_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/bash" => "passbolt"
|
||||
|
|
Loading…
Add table
Reference in a new issue