1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 08:17:25 +00:00
Jackett/.github/workflows/winget.yml

17 lines
359 B
YAML
Raw Normal View History

name: Publish to WinGet
on:
release:
types: [released]
2022-08-29 15:27:12 +00:00
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
2023-09-04 06:23:56 +00:00
- run: Start-Sleep -Seconds 1800 # 30 minutes
shell: pwsh
2023-02-14 12:09:28 +00:00
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Jackett.Jackett
token: ${{ secrets.WINGET }}