Skip to content

Commit 2b713f5

Browse files
authored
chore(goreleaser): remove / from branch name
As an attempt to fix the 404 error for `winget`.
1 parent cb8e94a commit 2b713f5

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
@@ -127,7 +127,7 @@ winget:
127127
repository:
128128
owner: go-task
129129
name: winget-pkgs
130-
branch: 'chore/task-{{.Version}}'
130+
branch: 'task-{{.Version}}'
131131
pull_request:
132132
enabled: true
133133
draft: false

0 commit comments

Comments
 (0)