Skip to content

Commit

Permalink
fix(windows): remove winget in favor of scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan committed Oct 7, 2023
1 parent 55ef475 commit 41fcb87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
WINGET_PKGS_GITHUB_TOKEN: ${{ secrets.WINGET_PKGS_GITHUB_TOKEN }}
SCOOP_BUCKET_GITHUB_TOKEN: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
21 changes: 6 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,11 @@ brews:
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

winget:
- 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
publisher_support_url: https://github.com/zacowan/totle/issues/new
homepage: https://github.com/zacowan/totle
license_url: https://github.com/zacowan/totle/blob/main/LICENSE
release_notes: "{{.Changelog}}"
tags:
- markdown
- cli
- notes
scoops:
- homepage: https://github.com/zacowan/totle
description: "totle is a simple tool to allow developers to jot down their thoughts for safe-keeping in a transferrable format."
license: MIT
repository:
owner: zacowan
name: winget-pkgs
token: "{{ .Env.WINGET_PKGS_GITHUB_TOKEN }}"
name: scoop-buckets
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"

0 comments on commit 41fcb87

Please sign in to comment.