Skip to content

Commit b9d13f1

Browse files
committed
Fix deprecated scoop term in goreleaser
1 parent 58ba92c commit b9d13f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ release:
227227
# - glob: ./glob/**/to/**/file/**/*
228228
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous
229229

230-
scoop:
230+
scoops:
231+
-
232+
name: cli
231233
# Template for the url which is determined by the given Token (github or gitlab)
232234
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
233235
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"

0 commit comments

Comments
 (0)