Skip to content

Commit

Permalink
fix: adjust winget release process
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan committed Oct 7, 2023
1 parent 982a74d commit 55ef475
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ brews:
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

winget:
- publisher: Zachary Cowan
package_identifier: zacowan.totle
- publisher: zacowan
short_description: "totle is a simple tool to allow developers to jot down their thoughts for safe-keeping in a transferrable format."
license: "mit"
publisher_url: https://www.zacowan.com
Expand All @@ -68,11 +67,4 @@ winget:
repository:
owner: zacowan
name: winget-pkgs
branch: zacowan/totle-{{.Version}}
token: "{{ .Env.WINGET_PKGS_GITHUB_TOKEN }}"
pull_request:
enabled: true
base:
owner: microsoft
name: winget-pkgs
branch: master

0 comments on commit 55ef475

Please sign in to comment.