Skip to content

Commit 501ce37

Browse files
committed
Fix scoop archive reference
1 parent 4aadcc9 commit 501ce37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ release:
236236
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous
237237

238238
scoops:
239-
-
239+
- ids: [ default ]
240240
# Template for the url which is determined by the given Token (github or gitlab)
241241
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
242242
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"

0 commit comments

Comments
 (0)