Skip to content

Commit fb38664

Browse files
authored
fix: use fork+PR flow for winget publisher (#47)
1 parent be90a8e commit fb38664

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,15 @@ winget:
124124
- developer-tools
125125
release_notes_url: "https://github.com/timvw/wt/releases/tag/{{.Tag}}"
126126
repository:
127-
owner: microsoft
127+
owner: timvw
128128
name: winget-pkgs
129129
token: "{{ .Env.WINGET_TOKEN }}"
130+
pull_request:
131+
enabled: true
132+
base:
133+
owner: microsoft
134+
name: winget-pkgs
135+
branch: master
130136

131137
# AUR package
132138
aurs:

0 commit comments

Comments
 (0)