Merge pull request #36 from passbolt/fix-goreleaser-homebrew

Fix goreleaser homebrew
This commit is contained in:
Samuel Lorch 2023-08-11 13:27:35 +02:00 committed by GitHub
commit 92a05e899e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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 }}

View file

@ -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"