Skip to content

Commit b68f4c3

Browse files
committed
ci: fix target for homebrew tap
This got missed in the original migration in 06484a3 which replaced github.com/cuelang with github.com/cue-lang. In the GoReleaser config, "cuelang" appeared bare. Per goreleaser/goreleaser#2355 there is no good way to test all parts of a GoReleaser config until release time, hence we continue to iron out these issues in subsequent beta releases. Signed-off-by: Paul Jolly <paul@myitcv.io> Change-Id: Iceef1ab52d4f766956c76cd080d30662b0960d56 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/528590 Unity-Result: CUEcueckoo <cueckoo@cuelang.org> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
1 parent 02556bc commit b68f4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ changelog:
5353

5454
brews:
5555
- tap:
56-
owner: cuelang
56+
owner: cue-lang
5757
name: homebrew-tap
5858
commit_author:
59-
name: cue-bot
59+
name: cueckoo
6060
email: noreply@cuelang.org
6161
homepage: "https://cuelang.org"
6262
description: "CUE is an open source data constraint language which aims to simplify tasks involving defining and using data."

0 commit comments

Comments
 (0)