Skip to content

Commit 8b88dc4

Browse files
committed
Fix winget release URL
1 parent b838891 commit 8b88dc4

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)