Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build-attested.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
- name: Build and attest
env:
GOFLAGS: -mod=vendor
# The brews pipe templates {{ .Env.HOMEBREW_DEPLOY_KEY }}; goreleaser
# errors on a missing env key. Provide it empty so skip_upload evaluates
# true and the Homebrew tap publish is skipped. on-tag.yaml supplies the
# real secret for production releases.
HOMEBREW_DEPLOY_KEY: ""
run: |
set -euo pipefail
goreleaser release --snapshot --clean --skip=publish,ko,sbom --timeout 20m
Expand Down
Loading