Skip to content

Commit b3c4df5

Browse files
authored
Merge pull request #1143 from smallstep/carl/winget-fix
Fix winget release URL template
2 parents b838891 + 8b88dc4 commit b3c4df5

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
@@ -310,7 +310,7 @@ winget:
310310
# Release notes URL.
311311
#
312312
# Templates: allowed
313-
release_notes_url: "https://github.com/smallstep/cli/releases/tag/{{.Version}}"
313+
release_notes_url: "https://github.com/smallstep/cli/releases/tag/{{ .Tag }}"
314314

315315
# Create the PR - for testing
316316
skip_upload: auto

0 commit comments

Comments
 (0)