diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc5d7505..fef937fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e1d522c4..81bb2d80 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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