1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-05 11:18:14 +00:00
Jackett/.github/workflows/winget.yml

15 lines
286 B
YAML
Raw Normal View History

name: Publish to WinGet
on:
release:
types: [released]
2022-08-29 16:27:12 +01:00
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: Jackett.Jackett
token: ${{ secrets.WINGET }}