Skip to content

Commit

Permalink
Add winget package
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Jan 7, 2024
1 parent 490d0a0 commit a06707e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,27 @@ brews:
install:
bin.install "ov"

winget:
-
name: ov
publisher: noborus
author: Noboru Saito
short_description: Feature rich terminal pager
homepage: https://noborus.github.io/ov/
license: MIT
repository:
owner: noborus
name: winget-pkgs
branch: "ov-{{ .Version }}"
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
pull_request:
enabled: true
draft: false
base:
owner: microsoft
name: winget-pkgs
branch: master

source:
enabled: true
files:
Expand Down

0 comments on commit a06707e

Please sign in to comment.