Skip to content

Commit 38dc5f5

Browse files
Update for goreleaser usage (#7)
* 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]>
1 parent cda9d7d commit 38dc5f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
egress-policy: audit
2727
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28+
with:
29+
fetch-depth: 0
2830
- name: Setup Go
2931
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
3032
with:

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ brews:
5858
name: homebrew-tap
5959
branch: main
6060
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
61-
folder: Formula
61+
pull_request:
62+
enabled: true
63+
directory: Formula
6264
homepage: https://boostsecurity.io
6365
description: poutine - The Build Pipeline risk analyzer.
6466
license: Apache 2.0

0 commit comments

Comments
 (0)