mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 08:17:25 +00:00
actions: publish release to winget (#13225)
This commit is contained in:
parent
20efb195fc
commit
62c908baff
1 changed files with 12 additions and 0 deletions
12
.github/workflows/winget.yml
vendored
Normal file
12
.github/workflows/winget.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Publish to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0
|
||||
with:
|
||||
identifier: Jackett.Jackett
|
||||
token: ${{ secrets.WINGET }}
|
Loading…
Reference in a new issue