mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 12:05:34 +00:00
chore(cd): update version in winget-pkgs via GitHub Actions
This commit is contained in:
parent
0d5f394082
commit
f1b1095484
22
.github/workflows/winget.yml
vendored
Normal file
22
.github/workflows/winget.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Publish to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag_name:
|
||||
description: 'Specific tag name'
|
||||
required: true
|
||||
type: string
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
# Avoid using commit hash specifiers until dependabot/renovatebot is introduced.
|
||||
# See the background: https://github.com/vedantmgoyal9/winget-releaser/blob/4ffc7888bffd451b357355dc214d43bb9f23917e/README.md?plain=1#L36-L37
|
||||
- uses: vedantmgoyal9/winget-releaser@v2
|
||||
with:
|
||||
identifier: 'alexpasmantier.television'
|
||||
installers-regex: '-windows-x86_64\.zip$'
|
||||
max-versions-to-keep: 5
|
||||
token: ${{ secrets.PAT_FOR_WINGET_RELEASER }}
|
Loading…
x
Reference in New Issue
Block a user