Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Jul 16, 2023
1 parent 7abe38a commit 94fe01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ winget:
owner: go-musicfox
name: winget-pkgs
branch: "{{.ProjectName}}-{{.Version}}"
token: "{{.Env.GITHUB_TOKEN}}"
token: "{{ .Env.GITHUB_TOKEN }}"
pull_request:
enabled: true
base:
owner: microsoft
name: my-repo
name: winget-pkgs
branch: master

# goreleaser支持的配置不多,暂时不用
Expand Down

0 comments on commit 94fe01d

Please sign in to comment.