We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ba92c commit b9d13f1Copy full SHA for b9d13f1
.goreleaser.yml
@@ -227,7 +227,9 @@ release:
227
# - glob: ./glob/**/to/**/file/**/*
228
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous
229
230
-scoop:
+scoops:
231
+-
232
+ name: cli
233
# Template for the url which is determined by the given Token (github or gitlab)
234
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
235
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
0 commit comments