Skip to content

Commit

Permalink
Update winget-pkg releaser details and forked repo reference (#5157)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov authored Dec 6, 2024
1 parent 6c55c76 commit 07400b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ archives:
# This section defines how to release to winget.
winget:
- name: minder
publisher: stacklok
publisher: mindersec
license: Apache-2.0
license_url: "https://github.com/mindersec/minder/blob/main/LICENSE"
copyright: Stacklok, Inc.
homepage: https://stacklok.com
short_description: 'minder is the client CLI for interacting with Minder by Stacklok.'
copyright: Minder
homepage: https://mindersec.github.io/
short_description: 'minder is the client CLI for interacting with Minder'
publisher_support_url: "https://github.com/mindersec/minder/issues/new/choose"
package_identifier: "stacklok.minder"
package_identifier: "mindersec.minder"
url_template: "https://github.com/mindersec/minder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
skip_upload: auto
release_notes: "{{.Changelog}}"
Expand All @@ -66,7 +66,7 @@ winget:
email: [email protected]
goamd64: v1
repository:
owner: stacklok
owner: mindersec
name: winget-pkgs
branch: "minder-{{.Version}}"
token: "{{ .Env.WINGET_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 07400b0

Please sign in to comment.