Skip to content

Commit

Permalink
Update for goreleaser usage (#7)
Browse files Browse the repository at this point in the history
* Update .goreleaser.yaml

Signed-off-by: François Proulx <[email protected]>

* Update release.yml

Signed-off-by: François Proulx <[email protected]>

---------

Signed-off-by: François Proulx <[email protected]>
  • Loading branch information
fproulx-boostsecurity authored Apr 10, 2024
1 parent cda9d7d commit 38dc5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ brews:
name: homebrew-tap
branch: main
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
folder: Formula
pull_request:
enabled: true
directory: Formula
homepage: https://boostsecurity.io
description: poutine - The Build Pipeline risk analyzer.
license: Apache 2.0
Expand Down

0 comments on commit 38dc5f5

Please sign in to comment.