Use v2 of the winget action

This commit is contained in:
Syer10
2023-02-12 20:01:10 -05:00
parent d63143d7c3
commit 4dc27649bb

View File

@@ -2,11 +2,14 @@ name: Publish to WinGet
on: on:
release: release:
types: [released] types: [released]
push:
branches:
- master
jobs: jobs:
publish: publish:
runs-on: windows-latest # action can only be run on windows runs-on: windows-latest # action can only be run on windows
steps: steps:
- uses: vedantmgoyal2009/winget-releaser@v1 - uses: vedantmgoyal2009/winget-releaser@v2
with: with:
identifier: Suwayomi.Tachidesk-JUI identifier: Suwayomi.Tachidesk-JUI
token: ${{ secrets.WINGET_PUBLISH_PAT }} token: ${{ secrets.WINGET_PUBLISH_PAT }}