Skip to content

Commit

Permalink
Merge pull request #1143 from smallstep/carl/winget-fix
Browse files Browse the repository at this point in the history
Fix winget release URL template
  • Loading branch information
tashian authored Apr 1, 2024
2 parents b838891 + 8b88dc4 commit b3c4df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ winget:
# Release notes URL.
#
# Templates: allowed
release_notes_url: "https://github.com/smallstep/cli/releases/tag/{{.Version}}"
release_notes_url: "https://github.com/smallstep/cli/releases/tag/{{ .Tag }}"

# Create the PR - for testing
skip_upload: auto
Expand Down

0 comments on commit b3c4df5

Please sign in to comment.