File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
14
14
_matchPattern : {
15
15
variable : string
16
16
pattern : string
17
- expr : [
18
- if strings .HasSuffix (pattern , " * " ) {
17
+ expr : [
18
+ if strings .HasSuffix (pattern , " * " ) {
19
19
let prefix = strings .TrimSuffix (pattern , " * " )
20
20
" startsWith(\(variable ), '\(prefix )') "
21
21
},
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ workflows: release: _repo.bashWorkflow & {
84
84
// is defined with the release command in CUE.
85
85
name : " Run GoReleaser with CUE "
86
86
env : GITHUB_TOKEN : " ${{ secrets.CUECKOO_GITHUB_PAT }} "
87
- _run : " cue cmd release "
87
+ _run : " cue cmd release "
88
88
" working-directory " : " ./internal/ci/goreleaser "
89
89
},
90
90
_repo .repositoryDispatch & {
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ workflows: trybot: _repo.bashWorkflow & {
110
110
111
111
_goGenerate : _registryReadOnlyAccessStep & {
112
112
name : " Generate "
113
- _run : " go generate ./... "
113
+ _run : " go generate ./... "
114
114
// The Go version corresponds to the precise version specified in
115
115
// the matrix. Skip windows for now until we work out why re-gen is flaky
116
116
if : _isLatestLinux
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package goreleaser
3
3
config : {
4
4
#latest : bool @tag (latest , type =bool)
5
5
6
- version : 2
6
+ version : 2
7
7
project_name : " cue "
8
8
// Note that gomod.proxy is ignored by `goreleaser release --snapshot`,
9
9
// which we use in CI to test the goreleaser config and build,
@@ -68,7 +68,7 @@ config: {
68
68
// For those reasons, let goreleaser create the release, but leaving it as a draft.
69
69
draft : true
70
70
}
71
- checksum : name_template : " checksums.txt "
71
+ checksum : name_template : " checksums.txt "
72
72
snapshot : version_template : " {{ .Tag }}-next "
73
73
// As explained above, we write our own release notes.
74
74
changelog : disable : true
You can’t perform that action at this time.
0 commit comments