We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddf1f3d + 6d09902 commit f103cccCopy full SHA for f103ccc
.goreleaser.yaml
@@ -30,7 +30,7 @@ brews:
30
description: "Buildkite Test Engine Client"
31
homepage: "https://github.com/buildkite/test-engine-client"
32
skip_upload: auto
33
- directory: .
+ directory: Formula
34
test: |
35
version_output = shell_output("bktec --version")
36
assert_match "v#{version}\n", version_output
0 commit comments