Skip to content

Commit e7da62f

Browse files
committed
ci: use GoReleaser v1.0.0
Includes a fix for homebrew-tap issue reported in https://github.com/cue-lang/homebrew-tap/issues/1. Also ensures that we get a full artefact matrix for arm64: darwin_amd64 darwin_arm64 linux_amd64 linux_arm64 windows_amd64 windows_arm64 Updates #1225 Closes https://github.com/cue-lang/homebrew-tap/issues/1 Signed-off-by: Paul Jolly <paul@myitcv.io> Change-Id: I37d3efacc476014b60ba27326a7904e339cf01b4 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/526442 Unity-Result: CUEcueckoo <cueckoo@cuelang.org> Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>
1 parent f68e000 commit e7da62f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
uses: goreleaser/goreleaser-action@v2
3636
with:
3737
args: release --rm-dist
38-
version: v0.173.2
38+
version: v1.0.0
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.CUECKOO_GITHUB_PAT }}

cmd/cue/cmd/testdata/script/cmd_github.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: goreleaser/goreleaser-action@v2
105105
with:
106106
args: release --rm-dist
107-
version: v0.173.2
107+
version: v1.0.0
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.CUECKOO_GITHUB_PAT }}
110110
-- .github/workflows/repository_dispatch.yml.golden --
@@ -1279,7 +1279,7 @@ release: _#bashWorkflow & {
12791279
uses: "goreleaser/goreleaser-action@v2"
12801280
with: {
12811281
args: "release --rm-dist"
1282-
version: "v0.173.2"
1282+
version: "v1.0.0"
12831283
}
12841284
}]
12851285
}

cue/testdata/eval/github.txtar

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ release: _#bashWorkflow & {
192192
uses: "goreleaser/goreleaser-action@v2"
193193
with: {
194194
args: "release --rm-dist"
195-
version: "v0.173.2"
195+
version: "v1.0.0"
196196
}
197197
}]
198198
}
@@ -1416,7 +1416,7 @@ import "strings"
14161416
uses: (string){ "goreleaser/goreleaser-action@v2" }
14171417
with: (#struct){
14181418
args: (string){ "release --rm-dist" }
1419-
version: (string){ "v0.173.2" }
1419+
version: (string){ "v1.0.0" }
14201420
}
14211421
}
14221422
}
@@ -1990,7 +1990,7 @@ import "strings"
19901990
uses: (string){ "goreleaser/goreleaser-action@v2" }
19911991
with: (#struct){
19921992
args: (string){ "release --rm-dist" }
1993-
version: (string){ "v0.173.2" }
1993+
version: (string){ "v1.0.0" }
19941994
}
19951995
}
19961996
}
@@ -2541,7 +2541,7 @@ import "strings"
25412541
uses: "goreleaser/goreleaser-action@v2"
25422542
with: {
25432543
args: "release --rm-dist"
2544-
version: "v0.173.2"
2544+
version: "v1.0.0"
25452545
}
25462546
}),
25472547
]

internal/ci/workflows.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ release: _#bashWorkflow & {
257257
uses: "goreleaser/goreleaser-action@v2"
258258
with: {
259259
args: "release --rm-dist"
260-
version: "v0.173.2"
260+
version: "v1.0.0"
261261
}
262262
},
263263
]

0 commit comments

Comments
 (0)